Skip to content

Commit

Permalink
rescript 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Nov 6, 2020
1 parent b32ee09 commit c8d807c
Show file tree
Hide file tree
Showing 2 changed files with 550 additions and 20 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,18 @@
"re:clean-build": "bsb -clean-world -make-world",
"start": "yarn re:start",
"build": "yarn re:build",
"test": "yarn re:clean-build"
"test": "yarn re:clean-build",
"release": "npmpub"
},
"devDependencies": {
"bs-platform": "^8.0.0",
"bs-platform": "^8.2.0",
"husky": "^4.0.0",
"lint-staged": "^10.0.0",
"npm-run-all": "^3.0.0",
"npmpub": "^5.0.0",
"prettier": "^2.0.0",
"reason-react": "^0.9.0",
"reason-react-native": "^0.62.0"
"reason-react-native": "^0.63.0"
},
"prettier": {
"trailingComma": "all"
Expand Down
Loading

0 comments on commit c8d807c

Please sign in to comment.