Skip to content

Commit

Permalink
feat(scope): 为所有插件添加npm作用域
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Dec 24, 2019
1 parent 5bac953 commit 5dc1ad6
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 33 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
## [1.0.9](https://github.com/luoxue-victor/learn_webpack/compare/v1.2.1...v1.0.9) (2019-12-24)
## [1.0.9](https://github.com/luoxue-victor/learn_webpack/compare/v1.2.2...v1.0.9) (2019-12-24)
## [1.2.2](https://github.com/luoxue-victor/learn_webpack/compare/v1.2.1...v1.2.2) (2019-12-24)

范围|描述|commitId
--|--|--
v1.2.2 | [5bac953](https://github.com/luoxue-victor/learn_webpack/commit/5bac953)


### 🌟 新功能
范围|描述|commitId
--|--|--
package | 读取 package.json 中插件,并使用其webpack配置 | [889c2cc](https://github.com/luoxue-victor/learn_webpack/commit/889c2cc)

## [1.2.1](https://github.com/luoxue-victor/learn_webpack/compare/v1.0.5...v1.2.1) (2019-12-24)

范围|描述|commitId
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"main": "index.js",
"devDependencies": {
"pk-cli-plugin-react": "^1.2.1",
"webpack-box": "^1.2.1",
"@pkb/cli": "^1.2.1",
"@pkb/plugin-react": "^1.2.2",
"webpack-box": "^1.2.2",
"@pkb/cli": "^1.2.2",
"@commitlint/config-conventional": "^8.2.0",
"commitizen": "^4.0.3",
"commitlint": "^8.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pk-cli-plugin-eslint",
"version": "1.2.2",
"name": "@pkb/plugin-eslint",
"version": "1.0.0",
"description": "eslint",
"author": "luoxue",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pk-cli-plugin-react",
"version": "1.2.1",
"name": "@pkb/plugin-react",
"version": "1.0.0",
"description": "各种模块自动化打包脚手架",
"author": "luoxue",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pk-cli-plugin-stylelint",
"version": "1.2.1",
"name": "@pkb/plugin-stylelint",
"version": "1.0.0",
"description": "stylelint",
"author": "luoxue",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/tslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pk-cli-plugin-tslint",
"version": "1.2.2",
"name": "@pkb/plugin-tslint",
"version": "1.0.0",
"description": "tslint",
"author": "luoxue",
"main": "index.js",
Expand Down

0 comments on commit 5dc1ad6

Please sign in to comment.