mirror of
https://github.com/primer/css.git
synced 2024-11-10 16:07:25 +03:00
17 lines
402 B
JSON
17 lines
402 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"bootstrap": "lerna bootstrap",
|
|
"clean": "lerna clean",
|
|
"updated": "lerna updated",
|
|
"diff": "lerna diff",
|
|
"publish": "lerna publish",
|
|
"dev": "lerna publish --npm-tag=dev --skip-git",
|
|
"rc": "lerna publish --npm-tag=rc --skip-git",
|
|
"force": "lerna publish --force-publish=*"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^2.0.0-rc.5"
|
|
}
|
|
}
|