File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ shamefully-hoist = true
Original file line number Diff line number Diff line change 3737 "setup" : " npm run submodules && ts-patch install" ,
3838 "start" : " ./node_modules/.bin/ntl -A -s 15 -o" ,
3939 "submodules" : " git submodule update --init" ,
40- "sync" : " node ./tools/sync.js -w && npx sort-package-json " ,
40+ "sync" : " node ./tools/sync.js" ,
4141 "sync.test" : " node ./tools/sync.js" ,
4242 "tsc" : " cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d" ,
4343 "update" : " node ./tools/update.js" ,
6767 "demo.vue.ios" : " Runs the Vue demo on iOS." ,
6868 "watch" : " Watch for changes in the plugin source and re-build."
6969 }
70+ },
71+ "dependenciesMeta" : {
72+ "@nativescript-community/plugin-seed-tools" : {
73+ "injected" : true
74+ }
7075 }
71- }
76+ }
You can’t perform that action at this time.
0 commit comments