Merge branch '1.0.0'
Showing
| { | { | ||
| "name": "gl-react-native", | "name": "gl-react-native", | ||
| "version": "1.0.0-rc1", | "version": "1.0.0", | ||
| "description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm", | "description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm", | ||
| "main": "src/index.js", | "main": "src/index.js", | ||
| "repository": { | "repository": { | ||
| ... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
| "dependencies": { | "dependencies": { | ||
| "invariant": "2.1.0", | "invariant": "2.1.0", | ||
| "react-native": ">=0.9.0 <0.11.0", | "react-native": ">=0.9.0 <0.11.0", | ||
| "gl-react-core": "1.0.0-rc1" | "gl-react-core": "1.0.0" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "eslint": "^1.3.1", | "eslint": "^1.3.1", | ||
| ... | ... |
Please register or sign in to comment