diff --git a/package.json b/package.json
index 30b7c331..8757eca2 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,9 @@
{
"name": "react-native-video",
- "version": "0.3",
+ "version": "0.3.0",
"description": "A element for react-native",
"main": "Video.ios.js",
"author": "Brent Vatne (https://github.com/brentvatne)",
- "dependencies": {
- "react-native": "^0.4.0"
- },
"files": [
"RCTVideo.xcodeproj",
"RCTVideo.h",
@@ -31,5 +28,8 @@
},
"devDependencies": {
"jest-cli": "0.2.1"
+ },
+ "peerDependencies": {
+ "react-native": "^0.4.0"
}
}