Skip to content

Commit

Permalink
build(): cache-loader should be a devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Mar 16, 2018
1 parent 44b1b75 commit 1c7df0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "opennms",
"version": "1.1.0",
"version": "1.1.1",
"description": "Client API for the OpenNMS network monitoring platform",
"main": "dist/opennms.js",
"bin": {
Expand Down Expand Up @@ -36,6 +36,7 @@
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"cache-loader": "^1.2.2",
"chai": "^4.1.2",
"child_process": "^1.0.2",
"conventional-changelog-lint": "^2.1.1",
Expand Down Expand Up @@ -77,7 +78,6 @@
},
"dependencies": {
"axios": "^0.16.1",
"cache-loader": "^1.2.2",
"cli-table": "^0.3.1",
"commander": "^2.9.0",
"fs": "^0.0.1-security",
Expand Down

0 comments on commit 1c7df0c

Please sign in to comment.