Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
chore: 🤖 move dependencies to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Feb 1, 2020
1 parent 1838c1c commit e6169d0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@
"husky": "4.2.1",
"inquirer": "6.5.2",
"inquirer-list-search-prompt": "1.0.2",
"minimist": "1.2.0",
"mocha": "6.2.2",
"pkg": "4.4.2",
"rimraf": "3.0.1",
"semantic-release": "16.0.4",
"signale": "1.4.0",
"word-wrap": "1.2.3"
"word-wrap": "1.2.3",
"global": "^4.3.2",
"meow": "^6.0.0"
},
"husky": {
"hooks": {
Expand All @@ -64,10 +65,6 @@
"scripts": "./build/readme.js",
"backup": false
},
"dependencies": {
"global": "^4.3.2",
"meow": "^6.0.0"
},
"release": {
"verifyConditions": [
"@semantic-release/changelog",
Expand Down

0 comments on commit e6169d0

Please sign in to comment.