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

19 lines
429 B
JSON
Raw Normal View History

{
"private": true,
"scripts": {
2017-06-05 06:04:14 +03:00
"bootstrap": "lerna bootstrap",
2017-06-25 19:11:41 +03:00
"clean": "lerna clean",
"diff": "lerna diff",
2017-07-11 01:50:46 +03:00
"updated": "lerna updated",
2017-07-15 01:09:39 +03:00
"lint": "lerna run lint",
2017-07-14 02:36:27 +03:00
"release-pr": "script/release-pr",
2017-07-14 02:09:10 +03:00
"release-candidate": "script/release-candidate",
"release": "script/release",
2017-07-08 02:12:07 +03:00
"test": "lerna run test"
2016-05-25 21:56:43 +03:00
},
"devDependencies": {
2017-07-14 00:55:31 +03:00
"commit-status": "^4.1.0",
2017-07-11 01:50:58 +03:00
"lerna": "^2.0.0"
}
}