Skip to content

Commit 006e6a1

Browse files
committed
Fix lerna's version
1 parent 2f56df5 commit 006e6a1

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,21 @@
44
"lerna": "^2.9.0"
55
},
66
"scripts": {
7-
"bootstrap-workaround": "lerna exec yarn && lerna link && lerna run prepublish && lerna run prepare",
7+
"bootstrap-workaround":
8+
"lerna exec yarn && lerna link && lerna run prepublish && lerna run prepare",
89
"postinstall": "yarn bootstrap-workaround",
910
"bootstrap": "lerna bootstrap",
1011
"clean": "lerna clean",
1112
"purge-lock-files": "rm -rf ./yarn.lock && rm -rf ./**/**/yarn.lock",
12-
"purge-modules": "lerna clean --yes && rm -rf ./node_modules & rm -rf ./tools",
13+
"purge-modules":
14+
"lerna clean --yes && rm -rf ./node_modules & rm -rf ./tools",
1315
"purge": "yarn purge-modules && yarn purge-lock-files",
1416
"reinstall": "yarn purge && yarn",
1517
"build": "lerna run build --stream --parallel"
1618
},
1719
"dependencies": {
1820
"express": "^4.16.2"
1921
},
20-
"workspaces": [
21-
"packages/*",
22-
"examples/*"
23-
],
24-
"version": "0.6.0"
22+
"workspaces": ["packages/*", "examples/*"],
23+
"version": "0.5.0"
2524
}

0 commit comments

Comments
 (0)