From e99c21f24ec29bdfe0a1afe1677a8a7f5b8ea680 Mon Sep 17 00:00:00 2001 From: Ryan Van Etten Date: Sun, 23 Jul 2017 08:58:16 -0700 Subject: [PATCH] Remove npm update from prestart script (#16) --- README.md | 1 + package.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24c575f..7a81d03 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ These are breakpoint classes for responsive design. ## development ``` +npm install npm start ``` diff --git a/package.json b/package.json index 01e25db..1a0519a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "license": "ISC", "main": "main.css", "scripts": { - "prestart": "npm update", "start": "npm run css", "css": "postcss module.css --use autoprefixer --no-map -o main.css" },