Skip to content

Commit

Permalink
fix(monorepo): fix versions in pacakges
Browse files Browse the repository at this point in the history
  • Loading branch information
sendilkumarn committed May 15, 2018
1 parent ca8f5c1 commit 2b3035c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion packages/add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"description": "A scaffold for adding new properties",
"main": "index.js",
"author": "",
"license": "MIT"
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "0.0.1",
"@webpack-cli/utils": "0.0.1"
}
}
3 changes: 2 additions & 1 deletion packages/generate-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"yeoman-environment": "^2.0.6"
"yeoman-environment": "^2.0.6",
"@webpack-cli/generators": "0.0.1"
}
}
3 changes: 2 additions & 1 deletion packages/generate-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"yeoman-environment": "^2.0.6"
"yeoman-environment": "^2.0.6",
"@webpack-cli/generators": "0.0.1"
}
}

0 comments on commit 2b3035c

Please sign in to comment.