Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Dec 25, 2019
1 parent 2f9e97c commit 108355e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "npm",
"useWorkspaces": true,
"version": "1.2.3",
"version": "1.2.4",
"packages": [
"packages/packages-cli"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/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 packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkb/plugin-eslint",
"version": "1.2.3",
"version": "1.2.4",
"description": "eslint",
"author": "luoxue",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint/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 packages/stylelint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkb/plugin-stylelint",
"version": "1.2.3",
"version": "1.2.4",
"description": "stylelint",
"author": "luoxue",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint/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 packages/tslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkb/plugin-tslint",
"version": "1.2.3",
"version": "1.2.4",
"description": "tslint",
"author": "luoxue",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-box/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 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.2",
"version": "1.2.4",
"description": "webpack打包器",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 108355e

Please sign in to comment.