Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Dec 18, 2019
1 parent 97dddcb commit d0a4a41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"npmClient": "npm",
"useWorkspaces": true,
"version": "1.0.0",
"packages": ["packages/packages-cli"],
"version": "1.0.1",
"packages": [
"packages/packages-cli"
],
"changelog": {
"repo": "jijiang/cli",
"labels": {
Expand Down
5 changes: 2 additions & 3 deletions packages/packages-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jijiang/packages-box",
"version": "1.0.0",
"version": "1.0.1",
"bin": {
"box": "cli/bin/packages-box.js"
},
Expand Down Expand Up @@ -28,6 +28,5 @@
"validate-npm-package-name": "^3.0.0",
"vue-jscodeshift-adapter": "^2.0.2",
"yaml-front-matter": "^4.0.0"
},
"dependencies": {}
}
}

0 comments on commit d0a4a41

Please sign in to comment.