Skip to content

Commit

Permalink
fix(webpack-box): 升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Dec 23, 2019
1 parent 054e0f9 commit bb4f7ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
packages/webpack-box | 将webpack配置抽离出来 | [6ed90aa](https://github.com/luoxue-victor/learn_webpack/commit/6ed90aa)
react | 增加react并规范了目录 | [0eee296](https://github.com/luoxue-victor/learn_webpack/commit/0eee296)
test | 测试 eslint | [2a418b9](https://github.com/luoxue-victor/learn_webpack/commit/2a418b9)
test2 | 测试 lint-staged | [054e0f9](https://github.com/luoxue-victor/learn_webpack/commit/054e0f9)
增加react配置 | [76c0fe1](https://github.com/luoxue-victor/learn_webpack/commit/76c0fe1), closes [#8](https://github.com/luoxue-victor/learn_webpack/issues/8)


Expand Down
8 changes: 3 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lerna": "^3.15.0",
"lint-staged": "^9.5.0",
"pk-cli-plugin-react": "^1.0.1",
"webpack-box": "^1.1.1"
"webpack-box": "^1.1.2"
},
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-box",
"version": "1.1.1",
"version": "1.1.2",
"description": "webpack打包器",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit bb4f7ac

Please sign in to comment.