Made react-native a peer dependency, fixed invalid version error for package version

This commit is contained in:
Johannes Lumpe 2015-04-19 22:59:28 +03:00 committed by Brent Vatne
parent 6fee22cac6
commit 23feea9fba

View File

@ -1,12 +1,9 @@
{ {
"name": "react-native-video", "name": "react-native-video",
"version": "0.3", "version": "0.3.0",
"description": "A <Video /> element for react-native", "description": "A <Video /> element for react-native",
"main": "Video.ios.js", "main": "Video.ios.js",
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)", "author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
"dependencies": {
"react-native": "^0.4.0"
},
"files": [ "files": [
"RCTVideo.xcodeproj", "RCTVideo.xcodeproj",
"RCTVideo.h", "RCTVideo.h",
@ -31,5 +28,8 @@
}, },
"devDependencies": { "devDependencies": {
"jest-cli": "0.2.1" "jest-cli": "0.2.1"
},
"peerDependencies": {
"react-native": "^0.4.0"
} }
} }