From 2b1cd9b8f0f8ceb47c4296a4f3c9a52db99f8548 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Fri, 30 Dec 2016 07:45:33 -0500 Subject: [PATCH] add save flag --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index a103c677..569887bc 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -67,7 +67,7 @@ Most browser today do not natively support modularization systems (CommonJS or E The easiest way to create a bundle is to setup an NPM script for Webpack. To install webpack, run this from the command line: ```bash -npm install webpack +npm install webpack --save ``` Open the `package.json` that you created earlier, and add an entry to the `scripts` section: