Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Use bs-platform 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Oct 27, 2018
1 parent 26d2605 commit 1e4de9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions examples/reason-react-app/package.json
Expand Up @@ -5,7 +5,7 @@
"@phenomic/cli": "^1.0.0-beta.3",
"@phenomic/core": "^1.0.0-beta.3",
"@phenomic/preset-react-app": "^1.0.0-beta.3",
"bs-platform": "^3.1.0",
"bs-platform": "^4.0.0",
"bs-react-helmet": "^0.2.1",
"npm-run-all": "^4.0.2",
"react": "^16.3.0",
Expand All @@ -24,7 +24,9 @@
"build": "yarn reason:compile && phenomic build"
},
"phenomic": {
"presets": ["@phenomic/preset-react-app"]
"presets": [
"@phenomic/preset-react-app"
]
},
"version": "1.0.0-beta.3"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"babel-preset-env": "^1.4.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"bs-platform": "^3.1.0",
"bs-platform": "^4.0.0",
"chalk": "^1.1.3",
"cross-env": "^2.0.0",
"cross-spawn": "^5.1.0",
Expand Down

0 comments on commit 1e4de9a

Please sign in to comment.