Skip to content

Commit e0e3ee3

Browse files
committed
chore: cleanup
1 parent 2eb1e80 commit e0e3ee3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"postinstall": "npm run setup",
3535
"publish": "npm run setup && npm run build.all && lerna publish --create-release=github --force-publish",
3636
"readme": "node ./tools/readme.js",
37-
"setup": "npm run submodules && ts-patch install",
37+
"setup": "npm run submodules && ts-patch install -s",
3838
"start": "./node_modules/.bin/ntl -A -s 15 -o",
3939
"submodules": "git submodule update --init",
4040
"sync": "node ./tools/sync.js",
@@ -79,11 +79,6 @@
7979
"watch": "Watch for changes in the plugin source and re-build."
8080
}
8181
},
82-
"dependenciesMeta": {
83-
"@nativescript-community/plugin-seed-tools": {
84-
"injected": true
85-
}
86-
},
8782
"engines": {
8883
"npm": "please-use-yarn-or-pnpm",
8984
"yarn": ">= 1.19.1",

0 commit comments

Comments
 (0)