Skip to content

Commit

Permalink
Revert "chore(deps): pin root dependencies for init"
Browse files Browse the repository at this point in the history
This reverts commit f3da282.
  • Loading branch information
evenstensberg committed Dec 17, 2018
1 parent aa83620 commit 82226e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/init/package.json
Expand Up @@ -9,16 +9,16 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/generators": "0.1.2",
"@webpack-cli/utils": "0.1.2",
"chalk": "2.4.1",
"jscodeshift": "0.5.1",
"p-each-series": "1.0.0"
"@webpack-cli/generators": "^0.1.2",
"@webpack-cli/utils": "^0.1.2",
"chalk": "^2.4.1",
"jscodeshift": "^0.5.1",
"p-each-series": "^1.0.0"
},
"devDependencies": {
"@types/node": "10.12.9",
"@types/p-each-series": "1.0.0",
"typescript": "3.1.6"
"@types/node": "^10.12.9",
"@types/p-each-series": "^1.0.0",
"typescript": "^3.1.6"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 82226e2

Please sign in to comment.