Skip to content

Commit c8d807c

Browse files
committed
rescript 8.2
1 parent b32ee09 commit c8d807c

File tree

2 files changed

+550
-20
lines changed

2 files changed

+550
-20
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,18 @@
3333
"re:clean-build": "bsb -clean-world -make-world",
3434
"start": "yarn re:start",
3535
"build": "yarn re:build",
36-
"test": "yarn re:clean-build"
36+
"test": "yarn re:clean-build",
37+
"release": "npmpub"
3738
},
3839
"devDependencies": {
39-
"bs-platform": "^8.0.0",
40+
"bs-platform": "^8.2.0",
4041
"husky": "^4.0.0",
4142
"lint-staged": "^10.0.0",
4243
"npm-run-all": "^3.0.0",
44+
"npmpub": "^5.0.0",
4345
"prettier": "^2.0.0",
4446
"reason-react": "^0.9.0",
45-
"reason-react-native": "^0.62.0"
47+
"reason-react-native": "^0.63.0"
4648
},
4749
"prettier": {
4850
"trailingComma": "all"

0 commit comments

Comments
 (0)