Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Commit 1cb8817

Browse files
committed
chore: add version string to root package
1 parent f67e644 commit 1cb8817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"author": "National Science Foundation",
44
"license": "MIT",
55
"private": true,
6+
"version": "0.0.0",
67
"workspaces": [
78
"packages/@nsf-open/*"
89
],
@@ -13,8 +14,7 @@
1314
"test:coverage": "npm run test:coverage --workspaces --if-present",
1415
"posttest:coverage": "npx lcov-result-merger 'packages/*/*/coverage/lcov.info' 'lcov.info' --prepend-source-files",
1516
"lint:js": "npm run lint:js --workspaces --if-present",
16-
"cleanup": "lerna exec -- rm -rf ./dist ./coverage",
17-
"version": "lerna version --conventional-commits"
17+
"cleanup": "lerna exec -- rm -rf ./dist ./coverage"
1818
},
1919
"devDependencies": {
2020
"lcov-result-merger": "^3.2.0",

0 commit comments

Comments
 (0)