Skip to content

Commit

Permalink
Revert "chore(deps): pin root dependencies for generate-plugin"
Browse files Browse the repository at this point in the history
This reverts commit 755310c.
  • Loading branch information
evenstensberg committed Dec 17, 2018
1 parent be25e4c commit 2cebea0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/generate-plugin/package.json
Expand Up @@ -14,12 +14,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "0.1.2",
"yeoman-environment": "2.3.4"
"@webpack-cli/generators": "^0.1.2",
"yeoman-environment": "^2.3.4"
},
"devDependencies": {
"@types/node": "10.12.9",
"typescript": "3.1.6"
"@types/node": "^10.12.9",
"typescript": "^3.1.6"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 2cebea0

Please sign in to comment.