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 b32ee09 commit c8d807cCopy full SHA for c8d807c
package.json
@@ -33,16 +33,18 @@
33
"re:clean-build": "bsb -clean-world -make-world",
34
"start": "yarn re:start",
35
"build": "yarn re:build",
36
- "test": "yarn re:clean-build"
+ "test": "yarn re:clean-build",
37
+ "release": "npmpub"
38
},
39
"devDependencies": {
- "bs-platform": "^8.0.0",
40
+ "bs-platform": "^8.2.0",
41
"husky": "^4.0.0",
42
"lint-staged": "^10.0.0",
43
"npm-run-all": "^3.0.0",
44
+ "npmpub": "^5.0.0",
45
"prettier": "^2.0.0",
46
"reason-react": "^0.9.0",
- "reason-react-native": "^0.62.0"
47
+ "reason-react-native": "^0.63.0"
48
49
"prettier": {
50
"trailingComma": "all"
0 commit comments