Skip to content

Commit

Permalink
fix: moved deps to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Jun 26, 2019
1 parent 0009ba7 commit 9494c3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ See [index.json](index.json).
[MIT](LICENSE) © [Nick Baugh](http://niftylettuce.com/)


##
##

[npm]: https://www.npmjs.com/

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
"contributors": [
"Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
],
"dependencies": {
"lodash": "^4.17.11",
"underscore.string": "^3.3.5"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
Expand All @@ -36,10 +33,12 @@
"fixpack": "latest",
"husky": "latest",
"lint-staged": "latest",
"lodash": "^4.17.11",
"nyc": "latest",
"prettier": "latest",
"remark-cli": "latest",
"remark-preset-github": "latest",
"underscore.string": "^3.3.5",
"xo": "latest"
},
"homepage": "https://github.com/cabinjs/sensitive-fields",
Expand Down

0 comments on commit 9494c3d

Please sign in to comment.