Skip to content

Commit 4a84182

Browse files
committed
chore: project
1 parent 4152398 commit 4a84182

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

demo-react

demo-svelte

demo-vue

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"packages": ["packages/*"],
33
"version": "0.0.24",
4-
"npmClient": "npm",
4+
"npmClient": "yarn",
5+
"useWorkspaces": true,
56
"command": {
67
"publish": {
78
"conventionalCommits": true,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
]
4848
},
4949
"dependencies": {
50-
"@nativescript-community/gesturehandler": "^2.0.5",
51-
"@nativescript-community/plugin-seed-tools": "file:tools"
50+
"@nativescript-community/plugin-seed-tools": "file:tools",
51+
"@nativescript-community/template-snippet": "file:demo-snippets"
5252
},
5353
"ntl": {
5454
"descriptions": {

0 commit comments

Comments
 (0)