Replace lerna with custom script

Each package version is now updated with each release.

Fix #783
This commit is contained in:
Nicolas Gallagher
2018-02-04 09:06:02 -08:00
parent 69d5373222
commit 96eecc0da3
4 changed files with 59 additions and 522 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{
"private": true,
"version": "0.3.4",
"name": "react-native-web-monorepo",
"scripts": {
"clean": "del ./packages/*/dist",
@@ -42,9 +43,9 @@
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "^0.63.1",
"glob": "^7.1.2",
"husky": "^0.14.3",
"jest": "^21.2.1",
"lerna": "^2.6.0",
"lint-staged": "^6.0.0",
"prettier": "^1.8.2",
"raf": "^3.4.0",