File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
"@angular/platform-browser-dynamic" : " ~4.4.4" ,
24
24
"@angular/router" : " ~4.4.4" ,
25
25
"nativescript-angular" : " ~4.4.1" ,
26
- "nativescript-camera-plus" : " file:../src" ,
26
+ "@nstudio/ nativescript-camera-plus" : " file:../src" ,
27
27
"nativescript-theme-core" : " ~1.0.2" ,
28
28
"reflect-metadata" : " ~0.1.8" ,
29
29
"rxjs" : " ~5.3.0" ,
Original file line number Diff line number Diff line change 6
6
}
7
7
},
8
8
"dependencies" : {
9
- "nativescript-camera-plus" : " file:../src" ,
9
+ "@nstudio/ nativescript-camera-plus" : " file:../src" ,
10
10
"nativescript-theme-core" : " ^1.0.4" ,
11
11
"nativescript-unit-test-runner" : " ^0.3.4" ,
12
12
"tns-core-modules" : " ^3.4.0"
Original file line number Diff line number Diff line change 16
16
"build" : " npm i && tsc" ,
17
17
"link" : " npm i && cd ../demo && npm i && cd ../src && npm run plugin.link" ,
18
18
"demo.reset" : " cd ../demo && rimraf platforms" ,
19
- "plugin.link" : " npm link && cd ../demo && npm link nativescript-camera-plus && cd ../src" ,
19
+ "plugin.link" : " npm link && cd ../demo && npm link @nstudio/ nativescript-camera-plus && cd ../src" ,
20
20
"plugin.tscwatch" : " npm run tsc -- -w" ,
21
21
"nuke" : " rm -rf node_modules && cd ../demo && rm -rf hooks node_modules platforms && cd ../demo-ng && rm -rf hooks node_modules platforms" ,
22
22
"demo.ios" : " npm run preparedemo && cd demo && tns run ios --syncAllFiles" ,
30
30
"test.ios" : " cd demo && tns test ios --emulator" ,
31
31
"test.ios.device" : " cd demo && tns test ios" ,
32
32
"test.android" : " cd demo && tns test android" ,
33
- "preparedemo" : " npm i && npm run build && cd ../demo && tns plugin remove nativescript-camera-plus && tns plugin add ../src && tns install" ,
34
- "preparedemong" : " npm i && npm run build && cd ../demo-ng && tns plugin remove nativescript-camera-plus && tns plugin add ../src && tns install" ,
33
+ "preparedemo" : " npm i && npm run build && cd ../demo && tns plugin remove @nstudio/ nativescript-camera-plus && tns plugin add ../src && tns install" ,
34
+ "preparedemong" : " npm i && npm run build && cd ../demo-ng && tns plugin remove @nstudio/ nativescript-camera-plus && tns plugin add ../src && tns install" ,
35
35
"setup" : " npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin add .. && cd .." ,
36
36
"postclone" : " npm i && node scripts/postclone.js"
37
37
},
You can’t perform that action at this time.
0 commit comments