react-localization 1.0.17 → 1.0.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-localization",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Simple module to localize the React interface using the same syntax used in the ReactNativeLocalization module, use 'npm run build' before publishing",
5
5
  "scripts": {
6
6
  "babel-version": "babel --version",
@@ -35,7 +35,7 @@
35
35
  "babel-preset-react": "^6.24.1",
36
36
  "babel-preset-stage-2": "^6.24.1",
37
37
  "jasmine": "^2.7.0",
38
- "react": "^16.0.0"
38
+ "react": "^15.6.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "localized-strings": "^0.2.0"