File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed
packages/ui-persistent-bottomsheet Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,12 @@ yarn-error.log*
21
21
.LSOverride
22
22
.idea
23
23
.cloud
24
+ .gradle
24
25
.project
26
+ .yarn
25
27
tmp /
26
28
package-lock.json
29
+ yarn.lock
27
30
28
31
! .eslintrc.js
29
32
! .prettierrc.js
Original file line number Diff line number Diff line change 1
1
shamefully-hoist = true
2
2
strict-peer-dependencies = false
3
- loglevel = error
3
+ loglevel = error
4
+ engine-strict = true
Original file line number Diff line number Diff line change 38
38
"sync" : " node ./tools/sync.js" ,
39
39
"sync.test" : " node ./tools/sync.js" ,
40
40
"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\" "
42
43
},
43
44
"commitlint" : {
44
45
"extends" : [
45
46
" @commitlint/config-conventional"
46
47
]
47
48
},
48
49
"dependencies" : {
49
- "@nativescript-community/gesturehandler" : " ^2.0.3 " ,
50
+ "@nativescript-community/gesturehandler" : " ^2.0.5 " ,
50
51
"@nativescript-community/plugin-seed-tools" : " file:tools"
51
52
},
52
53
"ntl" : {
65
66
"demo.vue.ios" : " Runs the Vue demo on iOS." ,
66
67
"watch" : " Watch for changes in the plugin source and re-build."
67
68
}
69
+ },
70
+ "engines" : {
71
+ "npm" : " please use yarn or pnpm" ,
72
+ "yarn" : " >= 1.19.1" ,
73
+ "pnpm" : " >= 7.0.0"
68
74
}
69
75
}
Original file line number Diff line number Diff line change 50
50
"license" : " Apache-2.0" ,
51
51
"readmeFilename" : " README.md" ,
52
52
"dependencies" : {
53
- "@nativescript-community/gesturehandler" : " ^2.0.3 "
53
+ "@nativescript-community/gesturehandler" : " ^2.0.5 "
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments