Skip to content

Commit 653b980

Browse files
committed
chore: fixing repo deps
1 parent f68e2ca commit 653b980

File tree

5 files changed

+4859
-17574
lines changed

5 files changed

+4859
-17574
lines changed

demo-ng

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prepare": "npm run setup",
2525
"publish": "npm run setup && npm run clean && npm run build.all && npm run readme && npm run doc && npm run commit_readme_doc_changes && lerna publish",
2626
"readme": "lerna run readme && node ./tools/readme.js",
27-
"setup": "npm run submodules && ts-patch install",
27+
"setup": "npm run submodules",
2828
"start": "./node_modules/.bin/ntl -A -s 15 -o",
2929
"submodules": "git submodule update --init",
3030
"sync": "node ./tools/sync.js",
@@ -42,7 +42,8 @@
4242
]
4343
},
4444
"dependencies": {
45-
"@nativescript-community/plugin-seed-tools": "file:tools"
45+
"@nativescript-community/plugin-seed-tools": "portal:tools",
46+
"@nativescript-community/template-snippet": "file:demo-snippets"
4647
},
4748
"ntl": {
4849
"descriptions": {

0 commit comments

Comments
 (0)