1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00
css/package.json
2017-07-10 15:50:46 -07:00

17 lines
409 B
JSON

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