Fix path to react-native within node_modules so project can be linked

This commit is contained in:
Brent Vatne
2015-03-30 22:16:30 -07:00
parent ea7a7bbcf7
commit ff2575461c
2 changed files with 2 additions and 5 deletions

View File

@@ -1,11 +1,8 @@
{
"name": "react-native-video",
"version": "0.1.0",
"version": "0.1.1",
"description": "A <Video> element for react-native",
"main": "Video.ios.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
"dependencies": {
"react-native": "^0.3.1"