Skip to content

Commit

Permalink
Update node devDependencies and dependencies
Browse files Browse the repository at this point in the history
Per https://github.com/canonical-webteam/practices/issues/147,
"dependencies" should contain only and all modules whose content
ultimately makes it into the built application.

This means "vanilla-framework" goes in "dependencies", but "autoprefixer",
"node-sass" etc. are only "devDependencies".
  • Loading branch information
nottrobin committed Jan 14, 2019
1 parent c6bc36f commit 3054cdd
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@
"node-sass": "4.11.0",
"postcss": "6.0.23",
"postcss-cli": "4.1.1",
"sass-lint": "1.12.1",
"vanilla-framework": "1.8.0"
"sass-lint": "1.12.1"
},
"dependencies": {
"autoprefixer": "6.7.7",
"cssnano": "3.10.0",
"global-nav": "0.2.3",
"node-sass": "4.11.0",
"postcss-cli": "4.1.1",
"sass-lint": "1.12.1",
"watch-cli": "0.2.3"
"vanilla-framework": "1.8.0"
}
}

0 comments on commit 3054cdd

Please sign in to comment.