add script Xcode in package.json's

This commit is contained in:
Ran Greenberg 2017-08-15 10:13:28 +03:00
parent 145ffeabfe
commit 80a3497caa
2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",
"quickinstall": "node scripts/quickinstall",
"xcode": "open ios/example.xcodeproj"
"xcode": "open ios/camera-kit.xcodeproj"
},
"dependencies": {
"lodash": "^4.13.1",

View File

@ -9,13 +9,13 @@
},
"version": "5.3.7",
"description": "Advanced native camera control with pre-defined aspect ratio, crop, etc",
"author": "Nataliia Hrankina <nataliag@wix.com>",
"author": "Ran Greenberg <rang@wix.com>",
"nativePackage": true,
"bugs": {
"url": "https://github.com/wix/react-native-camera-kit/issues"
},
"scripts": {
"xcode": "open example/ios/example.xcodeproj"
"xcode": "open example/ios/camera-kit.xcodeproj"
},
"dependencies": {
"lodash": "^4.14.2",