Skip to content

Commit

Permalink
fix: add js-library-detector as prodDep
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Apr 12, 2020
1 parent f36926c commit 1f7e55c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"rollup": "^2.3.3"
"rollup": "^2.3.3",
"js-library-detector": "^5.9.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.9.0",
Expand All @@ -75,7 +76,6 @@
"eslint-plugin-standard": "^4.0.0",
"husky": "^3.0.0",
"jest": "^25.2.7",
"js-library-detector": "^5.9.0",
"lint-staged": "^9.2.0",
"lockfile-lint": "^2.0.1",
"open-cli": "^5.0.0",
Expand Down

0 comments on commit 1f7e55c

Please sign in to comment.