Skip to content

Commit f8da1fc

Browse files
committed
chore: sync
1 parent 1e01783 commit f8da1fc

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ yarn-error.log*
2121
.LSOverride
2222
.idea
2323
.cloud
24+
.gradle
2425
.project
26+
.yarn
2527
tmp/
2628
package-lock.json
29+
yarn.lock
2730

2831
!.eslintrc.js
2932
!.prettierrc.js

.npmrc

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

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"readme": "node ./tools/readme.js",
1818
"start": "./node_modules/.bin/ntl -A -s 15 -o",
1919
"submodules": "git submodule update --init",
20-
"update": "node ./tools/update.js"
20+
"update": "node ./tools/update.js",
21+
"doc": "node tools/builddoc.mjs && git add docs/* && git commit -m \"chore:doc\""
2122
},
2223
"repository": {
2324
"type": "git",
@@ -47,5 +48,10 @@
4748
"@nativescript-community/plugin-seed-tools": {
4849
"injected": true
4950
}
51+
},
52+
"engines": {
53+
"npm": "please use yarn or pnpm",
54+
"yarn": ">= 1.19.1",
55+
"pnpm": ">= 7.0.0"
5056
}
5157
}

0 commit comments

Comments
 (0)