1
1
mirror of https://github.com/primer/css.git synced 2025-01-04 20:33:13 +03:00
css/package.json
2017-07-13 16:09:10 -07:00

18 lines
407 B
JSON

{
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"diff": "lerna diff",
"updated": "lerna updated",
"release-canary": "script/release-canary",
"release-candidate": "script/release-candidate",
"release": "script/release",
"test": "lerna run test"
},
"devDependencies": {
"commit-status": "^4.1.0",
"lerna": "^2.0.0"
}
}