Skip to content

Commit d6d7772

Browse files
committed
1 parent f0c5a07 commit d6d7772

File tree

2 files changed

+201
-317
lines changed

2 files changed

+201
-317
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Monadic parsing with Relude",
55
"tpye": "module",
66
"scripts": {
7-
"clean": "rescript clean --dev",
8-
"build": "rescript build --dev",
9-
"watch": "rescript watch --dev",
7+
"clean": "rescript clean",
8+
"build": "rescript build",
9+
"watch": "rescript watch",
1010
"test": "jest",
1111
"coverage": "jest --coverage --coverage-reporters=lcov --coverage-reporters=text --coverage-directory ./docs/coverage",
1212
"cleanbuild": "yarn run clean && yarn run build",
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/reazen/relude-parse#readme",
2626
"peerDependencies": {
27-
"rescript": "12.0.0-rc.3",
27+
"rescript": "12.0.0-rc.5",
2828
"rescript-bastet": "*",
2929
"rescript-relude": "*"
3030
},
@@ -34,7 +34,7 @@
3434
"@glennsl/rescript-jest": "github:dsiu/rescript-jest#rescript-v12",
3535
"babel-jest": "^27.3.1",
3636
"jest": "^27.3.1",
37-
"rescript": "12.0.0-rc.3",
37+
"rescript": "12.0.0-rc.5",
3838
"rescript-bastet": "github:dsiu/rescript-bastet#rescript-v12",
3939
"rescript-relude": "github:dsiu/rescript-relude#rescript-v12"
4040
},
@@ -78,5 +78,5 @@
7878
"mjs"
7979
]
8080
},
81-
"packageManager": "yarn@4.10.3"
81+
"packageManager": "yarn@4.11.0"
8282
}

0 commit comments

Comments
 (0)