1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 16:07:25 +03:00
css/package.json
2017-07-07 15:50:15 -07:00

16 lines
412 B
JSON

{
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"updated": "lerna updated",
"diff": "lerna diff",
"release": "lerna publish --skip-git",
"release-candidate": "lerna publish --skip-git --npm-tag=rc",
"release-canary": "lerna publish --skip-git --canary=commit --cd-version=patch"
},
"devDependencies": {
"lerna": "^2.0.0-rc.5"
}
}