We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a484d03 commit 648279cCopy full SHA for 648279c
package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "rescript",
3
+ "version": "10.0.0-beta.2",
4
"devDependencies": {
5
"mocha": "^7.2.0",
6
"nyc": "^15.0.0",
@@ -22,7 +23,6 @@
22
23
"test-env-compiler": "RESCRIPT_FORCE_REBUILD=1 node scripts/install.js -use-env-compiler",
24
"coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html"
25
},
- "version": "10.0.0-beta.2",
26
"description": "ReScript toolchain",
27
"files": [
28
"Changes.md",
0 commit comments