Skip to content

Commit

Permalink
fix: rollback p-queue version to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed May 12, 2021
1 parent 683cb6b commit ee5bdb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Connect to and interact with Bluetooth LE peripherals",
"scripts": {
"setup": "ts-patch install",
"prepare": "npm run setup",
"prepare": "npm run setup",
"tsc": "cp src/bluetooth.d.ts plugin && tsc -skipLibCheck -d",
"build.plugin": " \\cp README.md plugin/ && rm -f .tsbuildinfo && npm run tsc",
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json",
Expand Down Expand Up @@ -74,7 +74,7 @@
"dependencies": {
"@nativescript-community/observable": "^2.0.8",
"make-error": "1.3.6",
"p-queue": "^6.6.1",
"p-queue": "~6.6.2",
"ts-node": "^9.0.0"
},
"commitlint": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"dependencies": {
"@nativescript-community/observable": "^2.0.10",
"make-error": "1.3.6",
"p-queue": "^7.1.0"
"p-queue": "~6.6.2"
}
}

0 comments on commit ee5bdb0

Please sign in to comment.