Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Nov 16, 2023
1 parent 0fbec4c commit ec5b36f
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 112 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"types": "./types/index.d.ts"
}
},
"files": ["dist", ".npmrc"],
"files": [
"dist",
".npmrc"
],
"types": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/meshtastic/js/issues"
Expand All @@ -35,7 +38,6 @@
"dependencies": {
"@buf/meshtastic_protobufs.bufbuild_es": "1.4.2-20231115125959-252a144b0286.1",
"@bufbuild/protobuf": "^1.4.2",
"biome": "^0.3.3",
"crc": "^4.3.2",
"sub-events": "^1.9.0",
"tslib": "^2.6.2",
Expand All @@ -45,6 +47,7 @@
"@types/node": "^20.9.0",
"@types/w3c-web-serial": "^1.0.6",
"@types/web-bluetooth": "^0.0.20",
"biome": "^0.3.3",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
}
Expand Down
Loading

0 comments on commit ec5b36f

Please sign in to comment.