File tree 15 files changed +28
-28
lines changed
nativescript-material-activityindicator
nativescript-material-bottomnavigationbar
nativescript-material-bottomsheet
nativescript-material-button
nativescript-material-cardview
nativescript-material-core
nativescript-material-dialogs
nativescript-material-floatingactionbutton
nativescript-material-progress
nativescript-material-ripple
nativescript-material-slider
nativescript-material-snackbar
nativescript-material-tabs
nativescript-material-textfield
nativescript-material-textview
15 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./activityindicator.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " cp ../../src/activityindicator/activityindicator.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
9
+ "tsc" : " cp -f ../../src/activityindicator/activityindicator.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
10
"tsc-win" : " copy ..\\ ..\\ src\\ activityindicator\\ activityindicator.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
- "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11
+ "build" : " npm run tsc && npm run ngc" ,
12
12
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
13
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
14
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 12
12
}
13
13
},
14
14
"scripts" : {
15
- "tsc" : " cp ../../src/bottomnavigationbar/bottomnavigationbar.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
15
+ "tsc" : " cp -f ../../src/bottomnavigationbar/bottomnavigationbar.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
16
16
"tsc-win" : " copy ..\\ ..\\ src\\ bottomnavigationbar\\ bottomnavigationbar.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
17
- "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
17
+ "build" : " npm run tsc && npm run ngc" ,
18
18
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
19
19
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
20
20
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
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" : " cp ../../src/bottomsheet/bottomsheet.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
9
+ "tsc" : " cp -f ../../src/bottomsheet/bottomsheet.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
10
"tsc-win" : " copy ..\\ ..\\ src\\ bottomsheet\\ bottomsheet.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
- "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11
+ "build" : " npm run tsc && npm run ngc" ,
12
12
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
13
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
14
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
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" : " cp ../../src/button/button.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
9
+ "tsc" : " cp -f ../../src/button/button.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
10
"tsc-win" : " copy ..\\ ..\\ src\\ button\\ button.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
- "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11
+ "build" : " npm run tsc && npm run ngc" ,
12
12
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
13
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
14
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
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" : " cp ../../src/cardview/cardview.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
9
+ "tsc" : " cp -f ../../src/cardview/cardview.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
10
"tsc-win" : " copy ..\\ ..\\ src\\ cardview\\ cardview.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
- "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11
+ "build" : " npm run tsc && npm run ngc" ,
12
12
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
13
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
14
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./core.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " cp ../../src/core/core.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
9
+ "tsc" : " cp -f ../../src/core/core.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
10
"tsc-win" : " copy ..\\ ..\\ src\\ core\\ core.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
11
"build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm" ,
12
12
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
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" : " cp ../../src/dialogs/dialogs.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
9
+ "tsc" : " cp -f ../../src/dialogs/dialogs.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
10
"tsc-win" : " copy ..\\ ..\\ src\\ dialogs\\ dialogs.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
11
"build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm" ,
12
12
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
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" : " cp ../../src/floatingactionbutton/floatingactionbutton.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
9
+ "tsc" : " cp -f ../../src/floatingactionbutton/floatingactionbutton.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
10
"tsc-win" : " copy ..\\ ..\\ src\\ floatingactionbutton\\ floatingactionbutton.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
- "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11
+ "build" : " npm run tsc && npm run ngc" ,
12
12
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
13
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
14
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./progress.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " cp ../../src/progress/progress.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
9
+ "tsc" : " cp -f ../../src/progress/progress.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
10
"tsc-win" : " copy ..\\ ..\\ src\\ progress\\ progress.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
- "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11
+ "build" : " npm run tsc && npm run ngc" ,
12
12
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
13
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
14
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./ripple.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " cp ../../src/ripple/ripple.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
9
+ "tsc" : " cp -f ../../src/ripple/ripple.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
10
"tsc-win" : " copy ..\\ ..\\ src\\ ripple\\ ripple.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
- "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11
+ "build" : " npm run tsc && npm run ngc" ,
12
12
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
13
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
14
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./slider.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " cp ../../src/slider/slider.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
9
+ "tsc" : " cp -f ../../src/slider/slider.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
10
"tsc-win" : " copy ..\\ ..\\ src\\ slider\\ slider.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
- "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11
+ "build" : " npm run tsc && npm run ngc" ,
12
12
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
13
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
14
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./snackbar.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " cp ../../src/snackbar/snackbar.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
9
+ "tsc" : " cp -f ../../src/snackbar/snackbar.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
10
"tsc-win" : " copy ..\\ ..\\ src\\ snackbar\\ snackbar.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
- "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11
+ "build" : " npm run tsc && npm run ngc" ,
12
12
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
13
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
14
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./tabs.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " cp ../../src/tabs/tabs.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
9
+ "tsc" : " cp -f ../../src/tabs/tabs.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
10
"tsc-win" : " copy ..\\ ..\\ src\\ tabs\\ tabs.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
- "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11
+ "build" : " npm run tsc && npm run ngc" ,
12
12
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
13
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
14
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./textfield.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " cp ../../src/textfield/textfield.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
9
+ "tsc" : " cp -f ../../src/textfield/textfield.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
10
"tsc-win" : " copy ..\\ ..\\ src\\ textfield\\ textfield.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
- "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11
+ "build" : " npm run tsc && npm run ngc" ,
12
12
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
13
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
14
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 6
6
"sideEffects" : false ,
7
7
"typings" : " ./textview.d.ts" ,
8
8
"scripts" : {
9
- "tsc" : " cp ../../src/textview/textview.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
9
+ "tsc" : " cp -f ../../src/textview/textview.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
10
10
"tsc-win" : " copy ..\\ ..\\ src\\ textview\\ textview.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11
- "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11
+ "build" : " npm run tsc && npm run ngc" ,
12
12
"build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
13
13
"ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
14
14
"ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
You can’t perform that action at this time.
0 commit comments