Skip to content

Commit 648279c

Browse files
committed
Move version to top of package.json
1 parent a484d03 commit 648279c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "rescript",
3+
"version": "10.0.0-beta.2",
34
"devDependencies": {
45
"mocha": "^7.2.0",
56
"nyc": "^15.0.0",
@@ -22,7 +23,6 @@
2223
"test-env-compiler": "RESCRIPT_FORCE_REBUILD=1 node scripts/install.js -use-env-compiler",
2324
"coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html"
2425
},
25-
"version": "10.0.0-beta.2",
2626
"description": "ReScript toolchain",
2727
"files": [
2828
"Changes.md",

0 commit comments

Comments
 (0)