From edde14ff460f58e08187f43d324e5be83fdacc49 Mon Sep 17 00:00:00 2001 From: Raphael Pierzina Date: Tue, 21 Feb 2017 22:38:43 +0000 Subject: [PATCH] Stress that JSON is only an example --- content/docs/guides/webpack/contents.lr | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/docs/guides/webpack/contents.lr b/content/docs/guides/webpack/contents.lr index 04815825..d854b93b 100644 --- a/content/docs/guides/webpack/contents.lr +++ b/content/docs/guides/webpack/contents.lr @@ -44,7 +44,11 @@ $ npm init ``` This will ask you a bunch of questions (invoke with ``--yes`` to use default -values) and then generate the file for you: +values) and then generate a ``package.json`` file for you. + +It should look similar to the following example. Please **do not** just +copy-paste this! Instead run the tool, so that your ``package.json`` meets +the latest format specification. ```json {