File tree Expand file tree Collapse file tree 15 files changed +15
-15
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 Expand file tree Collapse file tree 15 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 88 "scripts" : {
99 "tsc" : " cp ../../src/activityindicator/activityindicator.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
1010 "tsc-win" : " copy ..\\ ..\\ src\\ activityindicator\\ activityindicator.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11- "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11+ "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
1212 "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
1313 "ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
1414 "ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 1414 "scripts" : {
1515 "tsc" : " cp ../../src/bottomnavigationbar/bottomnavigationbar.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
1616 "tsc-win" : " copy ..\\ ..\\ src\\ bottomnavigationbar\\ bottomnavigationbar.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
17- "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
17+ "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
1818 "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
1919 "ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
2020 "ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "tsc" : " cp ../../src/bottomsheet/bottomsheet.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
1010 "tsc-win" : " copy ..\\ ..\\ src\\ bottomsheet\\ bottomsheet.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11- "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11+ "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
1212 "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
1313 "ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
1414 "ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "tsc" : " cp ../../src/button/button.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
1010 "tsc-win" : " copy ..\\ ..\\ src\\ button\\ button.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11- "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11+ "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
1212 "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
1313 "ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
1414 "ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "tsc" : " cp ../../src/cardview/cardview.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
1010 "tsc-win" : " copy ..\\ ..\\ src\\ cardview\\ cardview.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11- "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11+ "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
1212 "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
1313 "ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
1414 "ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "tsc" : " cp ../../src/core/core.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
1010 "tsc-win" : " copy ..\\ ..\\ src\\ core\\ core.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11- "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm" ,
11+ "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm" ,
1212 "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
1313 "clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map android"
1414 },
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "tsc" : " cp ../../src/dialogs/dialogs.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
1010 "tsc-win" : " copy ..\\ ..\\ src\\ dialogs\\ dialogs.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11- "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm" ,
11+ "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm" ,
1212 "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
1313 "clean" : " ../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map"
1414 },
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "tsc" : " cp ../../src/floatingactionbutton/floatingactionbutton.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
1010 "tsc-win" : " copy ..\\ ..\\ src\\ floatingactionbutton\\ floatingactionbutton.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11- "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11+ "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
1212 "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
1313 "ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
1414 "ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "tsc" : " cp ../../src/progress/progress.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
1010 "tsc-win" : " copy ..\\ ..\\ src\\ progress\\ progress.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11- "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11+ "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
1212 "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
1313 "ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
1414 "ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "tsc" : " cp ../../src/ripple/ripple.d.ts ./ && ../../node_modules/.bin/tsc --skipLibCheck -d" ,
1010 "tsc-win" : " copy ..\\ ..\\ src\\ ripple\\ ripple.d.ts .\\ && ..\\ ..\\ node_modules\\ .bin\\ tsc --skipLibCheck -d" ,
11- "build" : " npm run tsc && npm run build.esm && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
11+ "build" : " npm run tsc && ../../node_modules/.bin/rimraf ./build/esm && npm run ngc" ,
1212 "build.esm" : " tsc -skipLibCheck --target es2015 --module esnext --module esnext --removeComments --outDir ./build/esm && node ../../build.esm.js" ,
1313 "ngc-win" : " ..\\ ..\\ node_modules\\ .bin\\ ngc" ,
1414 "ngc" : " NODE_OPTIONS=--max_old_space_size=8192 ../../node_modules/.bin/ngc" ,
You can’t perform that action at this time.
0 commit comments