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

28 lines
771 B
JSON
Raw Normal View History

{
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
2017-06-25 19:11:41 +03:00
"clean": "lerna clean",
"diff": "lerna diff",
2017-07-27 00:48:44 +03:00
"updated": "lerna updated || exit 0",
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",
"bump": "lerna publish --exact --skip-npm",
"new-module": "cd modules && yo primer-module && npm run bootstrap",
2017-07-08 02:12:07 +03:00
"test": "lerna run test"
2016-05-25 21:56:43 +03:00
},
"devDependencies": {
2017-07-26 00:59:34 +03:00
"ava": "^0.21.0",
2017-07-14 00:55:31 +03:00
"commit-status": "^4.1.0",
"glob": "^7.1.2",
2017-07-21 00:12:33 +03:00
"lerna": "^2.0.0",
2017-07-26 21:05:24 +03:00
"npm-run-all": "^4.0.2",
"primer-module-build": "^1.0.2",
"semver": "^5.3.0",
"stylelint": "^7.13.0",
"stylelint-config-primer": "^2.0.0"
}
}