1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 07:58:36 +03:00

Merge branch 'release-9.6.0' into better-rc

This commit is contained in:
Shawn Allen 2017-10-17 10:32:43 -07:00 committed by GitHub
commit 9c380430b9

View File

@ -4,6 +4,7 @@
"postinstall": "npm run bootstrap",
"start": "start-storybook -p 8000 -c .storybook",
"storybook": "build-storybook -o build",
"publish-storybook": "npm run storybook && gh-pages -d build -b gh-pages -r https://github.com/primer/storybook",
"bootstrap": "lerna bootstrap --hoist",
"clean": "lerna clean",
"distclean": "lerna clean --yes && rm -rf node_modules",
@ -28,6 +29,7 @@
"css-loader": "^0.28.4",
"execa": "^0.8.0",
"fs-extra": "^4.0.2",
"gh-pages": "^1.0.0",
"glob": "^7.1.2",
"globby": "^6.1.0",
"html-to-react": "^1.2.11",