bs-react-on-rails
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -0,1 +1,4 @@ | ||
# 0.2.0 | ||
Update `bs-platform` to `3.0.0`. | ||
# 0.1.0 | ||
@@ -2,0 +5,0 @@ Add `defaultContext` type. |
{ | ||
"name": "bs-react-on-rails", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "BuckleScript bindings to react-on-rails", | ||
@@ -37,3 +37,3 @@ "main": "src/ReactOnRails.re", | ||
"peerDependencies": { | ||
"bs-platform": "^2.2.3", | ||
"bs-platform": "^2.2.2 || ^3.0.0", | ||
"react-on-rails": "^10.1.3", | ||
@@ -43,6 +43,6 @@ "reason-react": "^0.3.4" | ||
"devDependencies": { | ||
"bs-platform": "2.2.3", | ||
"react-on-rails": "10.1.3", | ||
"bs-platform": "3.0.0", | ||
"react-on-rails": "10.1.4", | ||
"reason-react": "0.3.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5260