Skip to content

Commit

Permalink
chore(v): revise some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed May 17, 2018
1 parent faae7aa commit c36f3e8
Show file tree
Hide file tree
Showing 14 changed files with 310 additions and 761 deletions.
3 changes: 3 additions & 0 deletions packages/add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "index.js",
"author": "",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@webpack-cli/generators": "^0.0.1",
"@webpack-cli/utils": "^0.0.1"
Expand Down
3 changes: 3 additions & 0 deletions packages/generate-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"example": "examples",
"test": "test"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "",
"license": "MIT",
Expand Down
3 changes: 3 additions & 0 deletions packages/generate-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"example": "examples",
"test": "test"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "",
"license": "MIT",
Expand Down
3 changes: 3 additions & 0 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"keywords": [],
"author": "",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@webpack-cli/utils": "^0.0.1",
"@webpack-cli/webpack-scaffold": "^0.0.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "index.js",
"author": "",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"envinfo": "^5.6.0"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "index.js",
"author": "",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@webpack-cli/utils": "^0.0.1",
"chalk": "^2.4.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/make/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"main": "index.js",
"keywords": [],
"author": "",
"publishConfig": {
"access": "public"
},
"license": "MIT"
}
Loading

0 comments on commit c36f3e8

Please sign in to comment.