1
1
mirror of https://github.com/primer/css.git synced 2024-12-25 23:23:47 +03:00

upgrade to lerna@2.4.0

This commit is contained in:
Shawn Allen 2017-10-11 15:26:23 -07:00
parent 07a6560686
commit 71588acb61

View File

@ -5,7 +5,7 @@
"start": "start-storybook -p 8000 -c .storybook",
"storybook": "build-storybook -o build",
"bootstrap": "lerna bootstrap --hoist",
"clean": "lerna clean",
"clean": "lerna clean --yes && rm -r node_modules",
"diff": "lerna diff",
"updated": "lerna updated || exit 0",
"lint": "lerna run lint",
@ -27,7 +27,7 @@
"css-loader": "^0.28.4",
"glob": "^7.1.2",
"html-to-react": "^1.2.11",
"lerna": "^2.0.0",
"lerna": "^2.4.0",
"node-sass": "^4.5.3",
"npm-run-all": "^4.0.2",
"octicons": "^6.0.1",