Skip to content

Commit

Permalink
feat(描述): 对插件进行详细描述
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Dec 25, 2019
1 parent ba02442 commit afbd3c2
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## [1.0.9](https://github.com/luoxue-victor/learn_webpack/compare/v1.2.9...v1.0.9) (2019-12-25)

### 📝 文档
范围|描述|commitId
--|--|--
readme | 插件市场链接指向npm| [ba02442](https://github.com/luoxue-victor/learn_webpack/commit/ba02442)
## [1.2.9](https://github.com/luoxue-victor/learn_webpack/compare/v1.2.8...v1.2.9) (2019-12-25)

范围|描述|commitId
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bin": {
"pk": "bin/index.js"
},
"description": "各种模块自动化打包脚手架",
"description": "webpack-box 全局脚手架,用于全局操作项目,项目配置检查、生成项目、添加插件等等",
"author": "luoxue",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pkb/plugin-eslint",
"version": "1.2.8",
"description": "eslint",
"description": "webpack-box 插件,配置 eslint 及修复",
"author": "luoxue",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pkb/plugin-react",
"version": "1.2.8",
"description": "各种模块自动化打包脚手架",
"description": "webpack-box 插件,配置react",
"author": "luoxue",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pkb/shared-utils",
"version": "1.2.8",
"description": "公共utils",
"description": "webpack-box 使用的公共 utils",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pkb/plugin-stylelint",
"version": "1.2.8",
"description": "stylelint",
"description": "webpack-box 插件,配置 stylelint 及修复",
"author": "luoxue",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pkb/plugin-tslint",
"version": "1.2.8",
"description": "tslint",
"description": "webpack-box 插件,配置 tslint 及修复",
"author": "luoxue",
"main": "index.js",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-box",
"version": "1.2.9",
"name": "@pkb/webpack-box",
"version": "1.0.0",
"description": "一个开箱即用的 webpack 打包器配置",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit afbd3c2

Please sign in to comment.