Skip to content

Commit 1cee453

Browse files
committed
chore: update
1 parent fa79215 commit 1cee453

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
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
@@ -30,7 +30,8 @@
3030
"sync": "node ./tools/sync.js",
3131
"sync.test": "node ./tools/sync.js",
3232
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
33-
"update": "node ./tools/update.js"
33+
"update": "node ./tools/update.js",
34+
"doc": "node tools/builddoc.mjs && git add docs/* && git commit -m \"chore:doc\""
3435
},
3536
"commitlint": {
3637
"extends": [
@@ -58,5 +59,10 @@
5859
},
5960
"devDependencies": {
6061
"@nativescript-community/observable": "^2.0.10"
62+
},
63+
"engines": {
64+
"npm": "please use yarn or pnpm",
65+
"yarn": ">= 1.19.1",
66+
"pnpm": ">= 7.0.0"
6167
}
6268
}

0 commit comments

Comments
 (0)