Move ios project into ios/ directory
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
RNGLTests/Info.plist
deleted
100644 → 0
android/AndroidManifest.xml
0 → 100644
index.android.js
0 → 100644
index.ios.js
0 → 100644
File moved
File moved
File moved
File moved
This diff is collapsed.
... | ... | @@ -2,7 +2,6 @@ |
"name": "gl-react-native", | ||
"version": "1.2.7", | ||
"description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm", | ||
"main": "src/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ProjectSeptemberInc/gl-react-native.git" | ||
... | ... | @@ -23,11 +22,11 @@ |
"react-native": ">=0.9.0" | ||
}, | ||
"dependencies": { | ||
"invariant": "2.1.1", | ||
"invariant": "2.1.2", | ||
"gl-react-core": "1.2.x" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^1.3.1", | ||
"eslint-plugin-react": "^3.2.3" | ||
"eslint": "^1.7.1", | ||
"eslint-plugin-react": "^3.8.0" | ||
} | ||
} |
src/index.js
deleted
100644 → 0
Please register or sign in to comment