We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c78d34 commit 4b860d6Copy full SHA for 4b860d6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rescript-webapi",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Reason / ReScript bindings to DOM",
5
"repository": {
6
"type": "git",
@@ -20,7 +20,7 @@
20
"clean": "rescript clean",
21
"doc-install": "npm install --no-save bsdoc",
22
"test": "rescript && bsdoc build api && bsdoc support-files",
23
- "refmt-all": "rescript format -all"
+ "format-all": "rescript format -all"
24
},
25
"files": [
26
"src",
0 commit comments