We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3429f commit 53c382fCopy full SHA for 53c382f
1 file changed
package.json
@@ -42,5 +42,6 @@
42
"release": "yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm",
43
"release-npm": "lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm",
44
"releaseCanary": "yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm --canary"
45
- }
+ },
46
+ "version": "0.0.0"
47
}
0 commit comments