Skip to content

Commit 777c0a4

Browse files
committed
chore: package
1 parent 38f0a0b commit 777c0a4

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-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: 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

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,16 @@
3838
"sync": "node ./tools/sync.js",
3939
"sync.test": "node ./tools/sync.js",
4040
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
41-
"update": "node ./tools/update.js"
41+
"update": "node ./tools/update.js",
42+
"doc": "node tools/builddoc.mjs && git add docs/* && git commit -m \"chore:doc\""
4243
},
4344
"commitlint": {
4445
"extends": [
4546
"@commitlint/config-conventional"
4647
]
4748
},
4849
"dependencies": {
49-
"@nativescript-community/gesturehandler": "^2.0.3",
50+
"@nativescript-community/gesturehandler": "^2.0.5",
5051
"@nativescript-community/plugin-seed-tools": "file:tools"
5152
},
5253
"ntl": {
@@ -65,5 +66,10 @@
6566
"demo.vue.ios": "Runs the Vue demo on iOS.",
6667
"watch": "Watch for changes in the plugin source and re-build."
6768
}
69+
},
70+
"engines": {
71+
"npm": "please use yarn or pnpm",
72+
"yarn": ">= 1.19.1",
73+
"pnpm": ">= 7.0.0"
6874
}
6975
}

packages/ui-persistent-bottomsheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"license": "Apache-2.0",
5151
"readmeFilename": "README.md",
5252
"dependencies": {
53-
"@nativescript-community/gesturehandler": "^2.0.3"
53+
"@nativescript-community/gesturehandler": "^2.0.5"
5454
}
5555
}

0 commit comments

Comments
 (0)