Skip to content

Commit 958a4fe

Browse files
committed
update demo
1 parent 9fe4eb9 commit 958a4fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"nativescript": {
33
"id": "org.nativescript.demo",
44
"tns-android": {
5-
"version": "3.4.1"
5+
"version": "4.0.1"
66
}
77
},
88
"dependencies": {
9-
"@nstudio/nativescript-camera-plus": "file:../src",
9+
"@nstudio/nativescript-camera-plus": "../src",
1010
"nativescript-theme-core": "^1.0.4",
1111
"nativescript-unit-test-runner": "^0.3.4",
12-
"tns-core-modules": "^3.4.0"
12+
"tns-core-modules": "^4.0.0"
1313
},
1414
"devDependencies": {
1515
"babel-traverse": "6.12.0",
@@ -21,8 +21,8 @@
2121
"karma-jasmine": "^1.0.2",
2222
"karma-nativescript-launcher": "^0.4.0",
2323
"lazy": "1.0.11",
24-
"nativescript-dev-typescript": "~0.6.0",
25-
"tns-platform-declarations": "^3.4.0",
26-
"typescript": "~2.6.2"
24+
"nativescript-dev-typescript": "~0.7.1",
25+
"tns-platform-declarations": "^4.0.0",
26+
"typescript": "~2.8.1"
2727
}
2828
}

0 commit comments

Comments
 (0)