We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb1e80 commit e0e3ee3Copy full SHA for e0e3ee3
package.json
@@ -34,7 +34,7 @@
34
"postinstall": "npm run setup",
35
"publish": "npm run setup && npm run build.all && lerna publish --create-release=github --force-publish",
36
"readme": "node ./tools/readme.js",
37
- "setup": "npm run submodules && ts-patch install",
+ "setup": "npm run submodules && ts-patch install -s",
38
"start": "./node_modules/.bin/ntl -A -s 15 -o",
39
"submodules": "git submodule update --init",
40
"sync": "node ./tools/sync.js",
@@ -79,11 +79,6 @@
79
"watch": "Watch for changes in the plugin source and re-build."
80
}
81
},
82
- "dependenciesMeta": {
83
- "@nativescript-community/plugin-seed-tools": {
84
- "injected": true
85
- }
86
- },
87
"engines": {
88
"npm": "please-use-yarn-or-pnpm",
89
"yarn": ">= 1.19.1",
0 commit comments