Skip to content

Commit 3a15955

Browse files
committed
chore: update common files
1 parent 8cfd2dd commit 3a15955

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shamefully-hoist=true

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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",
@@ -67,5 +67,10 @@
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+
}

0 commit comments

Comments
 (0)