Skip to content

Commit

Permalink
Remove npm update from prestart script (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve authored Jul 23, 2017
1 parent 4417f0f commit e99c21f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ These are breakpoint classes for responsive design.
## development

```
npm install
npm start
```

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit e99c21f

Please sign in to comment.