Skip to content

Commit 4b860d6

Browse files
committed
v0.1.3
1 parent 8c78d34 commit 4b860d6

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
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-webapi",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Reason / ReScript bindings to DOM",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"clean": "rescript clean",
2121
"doc-install": "npm install --no-save bsdoc",
2222
"test": "rescript && bsdoc build api && bsdoc support-files",
23-
"refmt-all": "rescript format -all"
23+
"format-all": "rescript format -all"
2424
},
2525
"files": [
2626
"src",

0 commit comments

Comments
 (0)