Skip to content

Commit

Permalink
Fix dependency: query-string needs to be dep, not devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
n4bb12 committed Aug 9, 2020
1 parent 9bd8c47 commit ee10479
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 @@ -47,7 +47,8 @@
"got": "^11.3.0",
"memory-cache": "^0.2.0",
"minimist": "^1.2.0",
"open": "^7.0.2"
"open": "^7.0.2",
"query-string": "^6.13.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand All @@ -71,7 +72,6 @@
"lodash": "4.17.19",
"nodemon": "^2.0.2",
"prettier": "^2.0.5",
"query-string": "^6.13.1",
"release-it": "^13.0.2",
"rollup": "^2.0.4",
"rollup-plugin-babel": "^4.3.3",
Expand Down

0 comments on commit ee10479

Please sign in to comment.