1234567891011121314151617181920212223242526272829303132333435 |
- {
- "lerna": "2.0.0-rc.4",
- "version": "7.0.0-beta.49",
- "changelog": {
- "repo": "babel/babel",
- "cacheDir": ".changelog",
- "labels": {
- "PR: Spec Compliancy :eyeglasses:": ":eyeglasses: Spec Compliancy",
- "PR: Breaking Change :boom:": ":boom: Breaking Change",
- "PR: New Feature :rocket:": ":rocket: New Feature",
- "PR: Bug Fix :bug:": ":bug: Bug Fix",
- "PR: Polish :nail_care:": ":nail_care: Polish",
- "PR: Docs :memo:": ":memo: Documentation",
- "PR: Internal :house:": ":house: Internal"
- }
- },
- "commands": {
- "publish": {
- "ignore": [
- "*.md",
- "test/**",
- "codemods/**"
- ]
- }
- },
- "packages": [
- "packages/*",
- "codemods/*"
- ],
- "npmClient": "yarn",
- "npmClientArgs": [
- "--no-lockfile"
- ]
- }
|