File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 "description" : " Connect to and interact with Bluetooth LE peripherals" ,
55 "scripts" : {
66 "setup" : " ts-patch install" ,
7- "prepare" : " npm run setup" ,
7+ "prepare" : " npm run setup" ,
88 "tsc" : " cp src/bluetooth.d.ts plugin && tsc -skipLibCheck -d" ,
99 "build.plugin" : " \\ cp README.md plugin/ && rm -f .tsbuildinfo && npm run tsc" ,
1010 "clean" : " rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json" ,
7474 "dependencies" : {
7575 "@nativescript-community/observable" : " ^2.0.8" ,
7676 "make-error" : " 1.3.6" ,
77- "p-queue" : " ^ 6.6.1 " ,
77+ "p-queue" : " ~ 6.6.2 " ,
7878 "ts-node" : " ^9.0.0"
7979 },
8080 "commitlint" : {
Original file line number Diff line number Diff line change 5555 "dependencies" : {
5656 "@nativescript-community/observable" : " ^2.0.10" ,
5757 "make-error" : " 1.3.6" ,
58- "p-queue" : " ^7.1.0 "
58+ "p-queue" : " ~6.6.2 "
5959 }
6060}
You can’t perform that action at this time.
0 commit comments