Skip to content

Commit

Permalink
Move prettier and plugins to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni authored and mroderick committed Aug 8, 2018
1 parent c89795a commit f538ce7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
18 changes: 12 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@
"array-from": "2.1.1",
"bane": "^1.x",
"es6-promise": "^4.2.4",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.2",
"lodash.includes": "^4.3.0",
"lodash.isarguments": "^3.1.0",
"object-assign": "^4.1.1",
"prettier": "^1.13.7",
"samsam": "^1.x"
},
"nyc": {
Expand All @@ -50,15 +47,18 @@
],
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-sinon": "^1.0.3",
"eslint-plugin-ie11": "^1.0.0",
"eslint-plugin-mocha": "^4.12.1",
"eslint-plugin-prettier": "^2.6.2",
"husky": "^0.14.3",
"lint-staged": "^7.2.0",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.3",
"nyc": "^11.9.0",
"prettier": "^1.14.0",
"rollup": "^0.56.5",
"rollup-plugin-commonjs": "^8.4.1",
"sinon": "^4.5.0"
Expand Down

0 comments on commit f538ce7

Please sign in to comment.