Skip to content

Commit

Permalink
feat: set lerna config
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenzhai committed Nov 23, 2020
1 parent 3555920 commit 44d9b5f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion lerna.json
Expand Up @@ -7,7 +7,8 @@
"ignoreChanges": [
"test",
"*.log",
"*.md"
"*.md",
"*-lock.json"
]
}
},
Expand Down
6 changes: 3 additions & 3 deletions packages/feflow-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@feflow/cli",
"version": "0.21.4",
"version": "0.21.5-alpha.0",
"description": "A front-end flow tool.",
"main": "./lib/index.js",
"directories": {
Expand Down Expand Up @@ -60,8 +60,8 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@feflow/feflow-plugin-devtool": "^0.0.4",
"@feflow/report": "^0.2.10",
"@feflow/feflow-plugin-devtool": "^0.0.5",
"@feflow/report": "^0.2.12",
"abbrev": "^1.1.1",
"axios": "^0.19.2",
"bunyan": "^1.8.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/feflow-packager/package.json
@@ -1,6 +1,6 @@
{
"name": "@feflow/packager",
"version": "0.0.1",
"version": "0.0.2",
"description": "Feflow packager",
"directories": {
"lib": "lib",
Expand Down
4 changes: 2 additions & 2 deletions packages/feflow-plugin-devtool/package.json
@@ -1,6 +1,6 @@
{
"name": "@feflow/feflow-plugin-devtool",
"version": "0.0.4",
"version": "0.0.5",
"description": "Feflow internal plugins",
"main": "./lib/index.js",
"directories": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^3.5.2"
},
"dependencies": {
"@feflow/report": "^0.2.11",
"@feflow/report": "^0.2.12",
"abbrev": "^1.1.1",
"bunyan": "^1.8.12",
"chalk": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/feflow-report/package.json
@@ -1,6 +1,6 @@
{
"name": "@feflow/report",
"version": "0.2.11",
"version": "0.2.12",
"description": "feflow report sdk",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 44d9b5f

Please sign in to comment.