Skip to content

Commit

Permalink
fix(pkg): add access=public to allow lerna to publish scoped package
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Feb 21, 2019
1 parent f5a2dd8 commit b41d1fa
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"publish": "npm run build && npm run lint && npm run test && lerna publish",
"lint": "eslint scripts/ packages/ --ext js,md"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.3.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"moveto": "^1.7.4",
"react-stikky": "^0.1.15",
"styled-components": "^4.1.1"
}
},
"gitHead": "f5a2dd893b8de4ede3ba6591b11635bc1a79d20d"
}
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"immer": "^1.7.4",
"rxjs": "^6.3.3",
"scheduler": "^0.11.2"
}
},
"gitHead": "f5a2dd893b8de4ede3ba6591b11635bc1a79d20d"
}
3 changes: 2 additions & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"moveto": "^1.7.4",
"react-stikky": "^0.1.15",
"styled-components": "^4.1.1"
}
},
"gitHead": "f5a2dd893b8de4ede3ba6591b11635bc1a79d20d"
}
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"@uform/utils": "^0.1.0",
"pascal-case": "^2.0.1",
"react-eva": "^1.0.0"
}
},
"gitHead": "f5a2dd893b8de4ede3ba6591b11635bc1a79d20d"
}
3 changes: 2 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"homepage": "https://github.com/alibaba/uform#readme",
"engines": {
"npm": ">=3.0.0"
}
},
"gitHead": "f5a2dd893b8de4ede3ba6591b11635bc1a79d20d"
}
3 changes: 2 additions & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
},
"dependencies": {
"@uform/utils": "^0.1.0"
}
},
"gitHead": "f5a2dd893b8de4ede3ba6591b11635bc1a79d20d"
}

0 comments on commit b41d1fa

Please sign in to comment.