Skip to content

Commit 7eb1ea4

Browse files
committed
chore: use link from now on
1 parent e6d1a36 commit 7eb1ea4

File tree

8 files changed

+14
-8
lines changed

8 files changed

+14
-8
lines changed

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
shamefully-hoist=true
22
strict-peer-dependencies=false
3-
loglevel=error
3+
loglevel=error
4+
engine-strict=true

demo-snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "@nativescript-community/template-snippet",
33
"version": "0.0.1",
44
"dependencies": {
5-
"@nativescript-community/ui-pager": "file:../packages/ui-pager"
5+
"@nativescript-community/ui-pager": "link:../packages/ui-pager"
66
}
77
}

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
]
5151
},
5252
"dependencies": {
53-
"@nativescript-community/plugin-seed-tools": "file:tools"
53+
"@nativescript-community/plugin-seed-tools": "link:tools"
5454
},
5555
"ntl": {
5656
"descriptions": {
@@ -73,5 +73,10 @@
7373
"@nativescript-community/plugin-seed-tools": {
7474
"injected": true
7575
}
76+
},
77+
"engines": {
78+
"npm": "please use yarn or pnpm",
79+
"yarn": ">= 1.19.1",
80+
"pnpm": ">= 7.0.0"
7681
}
7782
}

tools

0 commit comments

Comments
 (0)