Commit 66ea4f47 authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau

1.0.0-rc1

parent 7dbb63c6
{ {
"name": "gl-react-native", "name": "gl-react-native",
"version": "0.1.7", "version": "1.0.0-rc1",
"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": "^0.1.1" "gl-react-core": "1.0.0-rc1"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^1.3.1", "eslint": "^1.3.1",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment