File tree Expand file tree Collapse file tree 18 files changed +68
-68
lines changed Expand file tree Collapse file tree 18 files changed +68
-68
lines changed Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./index.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " ../../node_modules/.bin/ cpy ../../src/activityindicator/index.d.ts ./ && ../../node_modules/.bin/ tsc -d" ,
10
- "tsc-win" : " .. \\ .. \\ node_modules \\ .bin \\ cpy ..\\ ..\\ src\\ activityindicator\\ index.d.ts .\\ && .. \\ .. \\ node_modules \\ .bin \\ tsc -d" ,
9
+ "tsc" : " cpy ../../src/activityindicator/index.d.ts ./ && tsc -d" ,
10
+ "tsc-win" : " cpy ..\\ ..\\ src\\ activityindicator\\ index.d.ts .\\ && tsc -d" ,
11
11
"build" : " npm run tsc" ,
12
12
"setup.yarn" : " yarn install" ,
13
13
"build.watch" : " npm run tsc -- -w" ,
14
14
"build.win" : " npm run tsc-win" ,
15
15
"build.all" : " npm run build && npm run build.angular" ,
16
16
"build.all.win" : " npm run build.win && npm run build.angular.win" ,
17
17
"build.angular" : " ng-packagr -p ../../src/activityindicator/angular/ng-package.json -c ../../src/activityindicator/angular/tsconfig.json" ,
18
- "build.angular.win" : " .. \\ .. \\ node_modules \\ .bin \\ ng-packagr -p ..\\ ..\\ src\\ activityindicator\\ angular\\ package.json -c ..\\ ..\\ src\\ activityindicator\\ angular\\ tsconfig.json" ,
19
- "clean" : " ../../node_modules/.bin/ rimraf ./*.d.ts ./*.js ./*.js.map"
18
+ "build.angular.win" : " ng-packagr -p ..\\ ..\\ src\\ activityindicator\\ angular\\ package.json -c ..\\ ..\\ src\\ activityindicator\\ angular\\ tsconfig.json" ,
19
+ "clean" : " rimraf ./*.d.ts ./*.js ./*.js.map"
20
20
},
21
21
"nativescript" : {
22
22
"platforms" : {
Original file line number Diff line number Diff line change 12
12
}
13
13
},
14
14
"scripts" : {
15
- "tsc" : " ../../node_modules/.bin/ cpy ../../src/bottom-navigation/index.d.ts ./ && ../../node_modules/.bin/ tsc -d" ,
16
- "tsc-win" : " .. \\ .. \\ node_modules \\ .bin \\ cpy ..\\ ..\\ src\\ bottom-navigation\\ index.d.ts .\\ && .. \\ .. \\ node_modules \\ .bin \\ tsc -d" ,
15
+ "tsc" : " cpy ../../src/bottom-navigation/index.d.ts ./ && tsc -d" ,
16
+ "tsc-win" : " cpy ..\\ ..\\ src\\ bottom-navigation\\ index.d.ts .\\ && tsc -d" ,
17
17
"build" : " npm run tsc" ,
18
18
"setup.yarn" : " yarn install" ,
19
19
"build.watch" : " npm run tsc -- -w" ,
20
20
"build.win" : " npm run tsc-win" ,
21
21
"build.all" : " npm run build && npm run build.angular" ,
22
22
"build.all.win" : " npm run build.win && npm run build.angular.win" ,
23
23
"build.angular" : " ng-packagr -p ../../src/bottom-navigation/angular/ng-package.json -c ../../src/bottom-navigation/angular/tsconfig.json" ,
24
- "build.angular.win" : " .. \\ .. \\ node_modules \\ .bin \\ ng-packagr -p ..\\ ..\\ src\\ bottom-navigation\\ angular\\ package.json -c ..\\ ..\\ src\\ bottom-navigation\\ angular\\ tsconfig.json" ,
25
- "clean" : " ../../node_modules/.bin/ rimraf ./*.d.ts ./*.js ./*.js.map"
24
+ "build.angular.win" : " ng-packagr -p ..\\ ..\\ src\\ bottom-navigation\\ angular\\ package.json -c ..\\ ..\\ src\\ bottom-navigation\\ angular\\ tsconfig.json" ,
25
+ "clean" : " rimraf ./*.d.ts ./*.js ./*.js.map"
26
26
},
27
27
"keywords" : [
28
28
" NativeScript" ,
Original file line number Diff line number Diff line change 12
12
}
13
13
},
14
14
"scripts" : {
15
- "tsc" : " ../../node_modules/.bin/ cpy ../../src/bottomnavigationbar/bottomnavigationbar.d.ts ./ && ../../node_modules/.bin/ tsc -d" ,
16
- "tsc-win" : " .. \\ .. \\ node_modules \\ .bin \\ cpy ..\\ ..\\ src\\ bottomnavigationbar\\ bottomnavigationbar.d.ts .\\ && .. \\ .. \\ node_modules \\ .bin \\ tsc -d" ,
15
+ "tsc" : " cpy ../../src/bottomnavigationbar/bottomnavigationbar.d.ts ./ && tsc -d" ,
16
+ "tsc-win" : " cpy ..\\ ..\\ src\\ bottomnavigationbar\\ bottomnavigationbar.d.ts .\\ && tsc -d" ,
17
17
"build" : " npm run tsc" ,
18
18
"setup.yarn" : " yarn install" ,
19
19
"build.watch" : " npm run tsc -- -w" ,
20
20
"build.win" : " npm run tsc-win" ,
21
21
"build.all" : " npm run build && npm run build.angular" ,
22
22
"build.all.win" : " npm run build.win && npm run build.angular.win" ,
23
23
"build.angular" : " ng-packagr -p ../../src/bottomnavigationbar/angular/ng-package.json -c ../../src/bottomnavigationbar/angular/tsconfig.json" ,
24
- "build.angular.win" : " .. \\ .. \\ node_modules \\ .bin \\ ng-packagr -p ..\\ ..\\ src\\ bottomnavigationbar\\ angular\\ package.json -c ..\\ ..\\ src\\ bottomnavigationbar\\ angular\\ tsconfig.json" ,
25
- "clean" : " ../../node_modules/.bin/ rimraf ./*.d.ts ./*.js ./*.js.map"
24
+ "build.angular.win" : " ng-packagr -p ..\\ ..\\ src\\ bottomnavigationbar\\ angular\\ package.json -c ..\\ ..\\ src\\ bottomnavigationbar\\ angular\\ tsconfig.json" ,
25
+ "clean" : " rimraf ./*.d.ts ./*.js ./*.js.map"
26
26
},
27
27
"keywords" : [
28
28
" NativeScript" ,
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./bottomsheet.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " ../../node_modules/.bin/ cpy ../../src/bottomsheet/bottomsheet.d.ts ./ && ../../node_modules/.bin/ tsc -d" ,
10
- "tsc-win" : " .. \\ .. \\ node_modules \\ .bin \\ cpy ..\\ ..\\ src\\ bottomsheet\\ bottomsheet.d.ts .\\ && .. \\ .. \\ node_modules \\ .bin \\ tsc -d" ,
9
+ "tsc" : " cpy ../../src/bottomsheet/bottomsheet.d.ts ./ && tsc -d" ,
10
+ "tsc-win" : " cpy ..\\ ..\\ src\\ bottomsheet\\ bottomsheet.d.ts .\\ && tsc -d" ,
11
11
"build" : " npm run tsc" ,
12
12
"setup.yarn" : " yarn install" ,
13
13
"build.watch" : " npm run tsc -- -w" ,
14
14
"build.win" : " npm run tsc-win" ,
15
15
"build.all" : " npm run build && npm run build.angular" ,
16
16
"build.all.win" : " npm run build.win && npm run build.angular.win" ,
17
17
"build.angular" : " ng-packagr -p ../../src/bottomsheet/angular/ng-package.json -c ../../src/bottomsheet/angular/tsconfig.json" ,
18
- "build.angular.win" : " .. \\ .. \\ node_modules \\ .bin \\ ng-packagr -p ..\\ ..\\ src\\ bottomsheet\\ angular\\ package.json -c ..\\ ..\\ src\\ bottomsheet\\ angular\\ tsconfig.json" ,
19
- "clean" : " ../../node_modules/.bin/ rimraf ./*.d.ts ./*.js ./*.js.map"
18
+ "build.angular.win" : " ng-packagr -p ..\\ ..\\ src\\ bottomsheet\\ angular\\ package.json -c ..\\ ..\\ src\\ bottomsheet\\ angular\\ tsconfig.json" ,
19
+ "clean" : " rimraf ./*.d.ts ./*.js ./*.js.map"
20
20
},
21
21
"nativescript" : {
22
22
"platforms" : {
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./button.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " ../../node_modules/.bin/ cpy ../../src/button/button.d.ts ./ && ../../node_modules/.bin/ tsc -d" ,
10
- "tsc-win" : " .. \\ .. \\ node_modules \\ .bin \\ cpy ..\\ ..\\ src\\ button\\ button.d.ts .\\ && .. \\ .. \\ node_modules \\ .bin \\ tsc -d" ,
9
+ "tsc" : " cpy ../../src/button/button.d.ts ./ && tsc -d" ,
10
+ "tsc-win" : " cpy ..\\ ..\\ src\\ button\\ button.d.ts .\\ && tsc -d" ,
11
11
"build" : " npm run tsc" ,
12
12
"setup.yarn" : " yarn install" ,
13
13
"build.watch" : " npm run tsc -- -w" ,
14
14
"build.win" : " npm run tsc-win" ,
15
15
"build.all" : " npm run build && npm run build.angular" ,
16
16
"build.all.win" : " npm run build.win && npm run build.angular.win" ,
17
17
"build.angular" : " ng-packagr -p ../../src/button/angular/ng-package.json -c ../../src/button/angular/tsconfig.json" ,
18
- "build.angular.win" : " .. \\ .. \\ node_modules \\ .bin \\ ng-packagr -p ..\\ ..\\ src\\ button\\ angular\\ package.json -c ..\\ ..\\ src\\ button\\ angular\\ tsconfig.json" ,
19
- "clean" : " ../../node_modules/.bin/ rimraf ./*.d.ts ./*.js ./*.js.map"
18
+ "build.angular.win" : " ng-packagr -p ..\\ ..\\ src\\ button\\ angular\\ package.json -c ..\\ ..\\ src\\ button\\ angular\\ tsconfig.json" ,
19
+ "clean" : " rimraf ./*.d.ts ./*.js ./*.js.map"
20
20
},
21
21
"nativescript" : {
22
22
"platforms" : {
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./cardview.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " ../../node_modules/.bin/ cpy ../../src/cardview/cardview.d.ts ./ && ../../node_modules/.bin/ tsc -d" ,
10
- "tsc-win" : " .. \\ .. \\ node_modules \\ .bin \\ cpy ..\\ ..\\ src\\ cardview\\ cardview.d.ts .\\ && .. \\ .. \\ node_modules \\ .bin \\ tsc -d" ,
9
+ "tsc" : " cpy ../../src/cardview/cardview.d.ts ./ && tsc -d" ,
10
+ "tsc-win" : " cpy ..\\ ..\\ src\\ cardview\\ cardview.d.ts .\\ && tsc -d" ,
11
11
"build" : " npm run tsc" ,
12
12
"setup.yarn" : " yarn install" ,
13
13
"build.watch" : " npm run tsc -- -w" ,
14
14
"build.win" : " npm run tsc-win" ,
15
15
"build.all" : " npm run build && npm run build.angular" ,
16
16
"build.all.win" : " npm run build.win && npm run build.angular.win" ,
17
17
"build.angular" : " ng-packagr -p ../../src/cardview/angular/ng-package.json -c ../../src/cardview/angular/tsconfig.json" ,
18
- "build.angular.win" : " .. \\ .. \\ node_modules \\ .bin \\ ng-packagr -p ..\\ ..\\ src\\ cardview\\ angular\\ package.json -c ..\\ ..\\ src\\ cardview\\ angular\\ tsconfig.json" ,
19
- "clean" : " ../../node_modules/.bin/ rimraf ./*.d.ts ./*.js ./*.js.map"
18
+ "build.angular.win" : " ng-packagr -p ..\\ ..\\ src\\ cardview\\ angular\\ package.json -c ..\\ ..\\ src\\ cardview\\ angular\\ tsconfig.json" ,
19
+ "clean" : " rimraf ./*.d.ts ./*.js ./*.js.map"
20
20
},
21
21
"nativescript" : {
22
22
"platforms" : {
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./index.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " ../../node_modules/.bin/ cpy '**/*.d.ts' '../../packages/core-tabs' --cwd=../../src/core-tabs --parents && ../../node_modules/.bin/ tsc -d" ,
10
- "tsc-win" : " .. \\ .. \\ node_modules \\ .bin \\ cpy **/*.d.ts ..\\ ..\\ packages\\ core-tabs --cwd=..\\ ..\\ src\\ core-tabs --parents && .. \\ .. \\ node_modules \\ .bin \\ tsc -d" ,
9
+ "tsc" : " cpy '**/*.d.ts' '../../packages/core-tabs' --cwd=../../src/core-tabs --parents && tsc -d" ,
10
+ "tsc-win" : " cpy **/*.d.ts ..\\ ..\\ packages\\ core-tabs --cwd=..\\ ..\\ src\\ core-tabs --parents && tsc -d" ,
11
11
"build" : " npm run tsc " ,
12
12
"build.watch" : " npm run tsc -- -w" ,
13
13
"build.win" : " npm run tsc-win " ,
14
14
"build.all" : " npm run build" ,
15
15
"build.all.win" : " npm run build.win" ,
16
- "clean" : " ../../node_modules/.bin/ rimraf ./*.d.ts ./*.js ./*.js.map android"
16
+ "clean" : " rimraf ./*.d.ts ./*.js ./*.js.map android"
17
17
},
18
18
"nativescript" : {
19
19
"platforms" : {
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./index.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " ../../node_modules/.bin/ cpy '**/*.d.ts' '../../packages/core' --cwd=../../src/core --parents && ../../node_modules/.bin/ tsc -d" ,
10
- "tsc-win" : " .. \\ .. \\ node_modules \\ .bin \\ cpy **/*.d.ts ..\\ ..\\ packages\\ core --cwd=..\\ ..\\ src\\ core --parents && .. \\ .. \\ node_modules \\ .bin \\ tsc -d" ,
9
+ "tsc" : " cpy '**/*.d.ts' '../../packages/core' --cwd=../../src/core --parents && tsc -d" ,
10
+ "tsc-win" : " cpy **/*.d.ts ..\\ ..\\ packages\\ core --cwd=..\\ ..\\ src\\ core --parents && tsc -d" ,
11
11
"build" : " npm run tsc" ,
12
12
"setup.yarn" : " yarn install" ,
13
13
"build.watch" : " npm run tsc -- -w" ,
14
14
"build.win" : " npm run tsc-win" ,
15
15
"build.all" : " npm run build" ,
16
16
"build.all.win" : " npm run build.win" ,
17
- "clean" : " ../../node_modules/.bin/ rimraf ./*.d.ts ./*.js ./*.js.map android"
17
+ "clean" : " rimraf ./*.d.ts ./*.js ./*.js.map android"
18
18
},
19
19
"nativescript" : {
20
20
"platforms" : {
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./dialogs.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " ../../node_modules/.bin/ cpy ../../src/dialogs/dialogs.d.ts ./ && ../../node_modules/.bin/ tsc -d" ,
10
- "tsc-win" : " .. \\ .. \\ node_modules \\ .bin \\ cpy ..\\ ..\\ src\\ dialogs\\ dialogs.d.ts .\\ && .. \\ .. \\ node_modules \\ .bin \\ tsc -d" ,
9
+ "tsc" : " cpy ../../src/dialogs/dialogs.d.ts ./ && tsc -d" ,
10
+ "tsc-win" : " cpy ..\\ ..\\ src\\ dialogs\\ dialogs.d.ts .\\ && tsc -d" ,
11
11
"build" : " npm run tsc" ,
12
12
"setup.yarn" : " yarn install" ,
13
13
"build.win" : " npm run tsc-win" ,
14
14
"build.all" : " npm run build" ,
15
15
"build.all.win" : " npm run build.win" ,
16
- "clean" : " ../../node_modules/.bin/ rimraf ./*.d.ts ./*.js ./*.js.map"
16
+ "clean" : " rimraf ./*.d.ts ./*.js ./*.js.map"
17
17
},
18
18
"nativescript" : {
19
19
"platforms" : {
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./floatingactionbutton.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " ../../node_modules/.bin/ cpy ../../src/floatingactionbutton/floatingactionbutton.d.ts ./ && ../../node_modules/.bin/ tsc -d" ,
10
- "tsc-win" : " .. \\ .. \\ node_modules \\ .bin \\ cpy ..\\ ..\\ src\\ floatingactionbutton\\ floatingactionbutton.d.ts .\\ && .. \\ .. \\ node_modules \\ .bin \\ tsc -d" ,
9
+ "tsc" : " cpy ../../src/floatingactionbutton/floatingactionbutton.d.ts ./ && tsc -d" ,
10
+ "tsc-win" : " cpy ..\\ ..\\ src\\ floatingactionbutton\\ floatingactionbutton.d.ts .\\ && tsc -d" ,
11
11
"build" : " npm run tsc" ,
12
12
"setup.yarn" : " yarn install" ,
13
13
"build.watch" : " npm run tsc -- -w" ,
14
14
"build.win" : " npm run tsc-win" ,
15
15
"build.all" : " npm run build && npm run build.angular" ,
16
16
"build.all.win" : " npm run build.win && npm run build.angular.win" ,
17
17
"build.angular" : " ng-packagr -p ../../src/floatingactionbutton/angular/ng-package.json -c ../../src/floatingactionbutton/angular/tsconfig.json" ,
18
- "build.angular.win" : " .. \\ .. \\ node_modules \\ .bin \\ ng-packagr -p ..\\ ..\\ src\\ floatingactionbutton\\ angular\\ package.json -c ..\\ ..\\ src\\ floatingactionbutton\\ angular\\ tsconfig.json" ,
19
- "clean" : " ../../node_modules/.bin/ rimraf ./*.d.ts ./*.js ./*.js.map"
18
+ "build.angular.win" : " ng-packagr -p ..\\ ..\\ src\\ floatingactionbutton\\ angular\\ package.json -c ..\\ ..\\ src\\ floatingactionbutton\\ angular\\ tsconfig.json" ,
19
+ "clean" : " rimraf ./*.d.ts ./*.js ./*.js.map"
20
20
},
21
21
"nativescript" : {
22
22
"platforms" : {
You can’t perform that action at this time.
0 commit comments