Skip to content

Commit 01d58e3

Browse files
committed
update src deps
1 parent 958a4fe commit 01d58e3

File tree

1 file changed

+15
-28
lines changed

1 file changed

+15
-28
lines changed

src/package.json

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,26 @@
1616
"build": "npm i && tsc",
1717
"link": "npm i && cd ../demo && npm i && cd ../src && npm run plugin.link",
1818
"demo.reset": "cd ../demo && rimraf platforms",
19-
"plugin.link":
20-
"npm link && cd ../demo && npm link @nstudio/nativescript-camera-plus && cd ../src",
19+
"plugin.link": "npm link && cd ../demo && npm link @nstudio/nativescript-camera-plus && cd ../src",
2120
"plugin.tscwatch": "npm run tsc -- -w",
2221
"nuke":
2322
"rm -rf node_modules && cd ../demo && rm -rf hooks node_modules platforms && cd ../demo-ng && rm -rf hooks node_modules platforms",
2423
"demo.ios": "npm run preparedemo && cd demo && tns run ios --syncAllFiles",
2524
"demo.ios.device": "npm run preparedemo && cd demo && tns run ios",
26-
"demo.ng.ios":
27-
"npm run preparedemong && cd demo-ng && tns run ios --emulator",
25+
"demo.ng.ios": "npm run preparedemong && cd demo-ng && tns run ios --emulator",
2826
"demo.ng.ios.device": "npm run preparedemong && cd demo-ng && tns run ios",
29-
"demo.android":
30-
"npm run preparedemo && cd demo && tns run android --syncAllFiles",
31-
"demo.android.device":
32-
"npm run preparedemo && cd ../demo && tns run android",
33-
"demo.ng.android":
34-
"npm run preparedemong && cd demo-ng && tns run android --emulator",
35-
"demo.ng.android.device":
36-
"npm run preparedemong && cd ../demo-ng && tns run android",
27+
"demo.android": "npm run preparedemo && cd demo && tns run android --syncAllFiles",
28+
"demo.android.device": "npm run preparedemo && cd ../demo && tns run android",
29+
"demo.ng.android": "npm run preparedemong && cd demo-ng && tns run android --emulator",
30+
"demo.ng.android.device": "npm run preparedemong && cd ../demo-ng && tns run android",
3731
"test.ios": "cd demo && tns test ios --emulator",
3832
"test.ios.device": "cd demo && tns test ios",
3933
"test.android": "cd demo && tns test android",
4034
"preparedemo":
4135
"npm i && npm run build && cd ../demo && tns plugin remove @nstudio/nativescript-camera-plus && tns plugin add ../src && tns install",
4236
"preparedemong":
4337
"npm i && npm run build && cd ../demo-ng && tns plugin remove @nstudio/nativescript-camera-plus && tns plugin add ../src && tns install",
44-
"setup":
45-
"npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin add .. && cd ..",
38+
"setup": "npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin add .. && cd ..",
4639
"postclone": "npm i && node scripts/postclone.js"
4740
},
4841
"lint-staged": {
@@ -52,14 +45,7 @@
5245
"type": "git",
5346
"url": "https://github.com/nstudio/nativescript-camera-plus.git"
5447
},
55-
"keywords": [
56-
"NativeScript",
57-
"JavaScript",
58-
"Android",
59-
"iOS",
60-
"Camera",
61-
"Camera Plus"
62-
],
48+
"keywords": ["NativeScript", "JavaScript", "Android", "iOS", "Camera", "Camera Plus"],
6349
"author": {
6450
"name": "Nathan Walker",
6551
"email": "[email protected]"
@@ -87,13 +73,14 @@
8773
"devDependencies": {
8874
"husky": "^0.14.3",
8975
"lint-staged": "^6.1.0",
90-
"prettier": "^1.10.2",
91-
"tns-core-modules": "~3.4.0",
92-
"tns-platform-declarations": "~3.4.0",
76+
"prettier": "^1.12.0",
77+
"tns-core-modules": "~4.0.0",
78+
"tns-platform-declarations": "~4.0.0",
79+
"typescript": "~2.8.1",
80+
"prompt": "^1.0.0",
9381
"rimraf": "^2.5.0",
94-
"tslint": "~5.9.1",
95-
"typescript": "~2.6.2",
96-
"prompt": "^1.0.0"
82+
"tslint": "^5.0.0",
83+
"semver": "^5.5.0"
9784
},
9885
"dependencies": {
9986
"nativescript-permissions": "^1.2.3"

0 commit comments

Comments
 (0)