mirror of
https://github.com/primer/css.git
synced 2025-01-04 20:33:13 +03:00
18 lines
407 B
JSON
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"
|
|
}
|
|
}
|