Skip to content

Commit

Permalink
Merge pull request #4 from bastiaanv/feature/ble-init
Browse files Browse the repository at this point in the history
Feature/ble init
  • Loading branch information
bastiaanv authored Nov 15, 2023
2 parents 0bf5566 + 9db47fc commit e1bd1d3
Show file tree
Hide file tree
Showing 80 changed files with 3,130 additions and 94 deletions.
5 changes: 4 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 160
"printWidth": 160,
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"importOrderSeparation": false,
"importOrderSortSpecifiers": true
}
173 changes: 171 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
"build": "tsc",
"check": "tsc --noEmit --skipLibCheck"
},
"files": [
"dist/",
Expand All @@ -15,9 +16,17 @@
"author": "Bastiaan Verhaar",
"license": "ISC",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.5.6",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@awesome-cordova-plugins/bluetooth-le": "^6.4.0",
"@capacitor/core": "^5.5.1",
"@capacitor/preferences": "^5.0.6",
"cordova-plugin-bluetoothle": "^6.7.4",
"rxjs": "^7.8.1"
}
}
Loading

0 comments on commit e1bd1d3

Please sign in to comment.