Merge branch '1.0.0'
Showing
| { | ||
| "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", | ||
| "main": "src/index.js", | ||
| "repository": { | ||
| ... | ... | @@ -25,7 +25,7 @@ |
| "dependencies": { | ||
| "invariant": "2.1.0", | ||
| "react-native": ">=0.9.0 <0.11.0", | ||
| "gl-react-core": "1.0.0-rc1" | ||
| "gl-react-core": "1.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "eslint": "^1.3.1", | ||
| ... | ... |
Please register or sign in to comment