mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-13 12:38:13 +08:00
Added browser package.json entry
This commit is contained in:
@@ -5,8 +5,11 @@
|
||||
"homepage": "https://github.com/thegecko/web-bluetooth-dfu",
|
||||
"author": "Rob Moran <github@thegecko.org>",
|
||||
"license": "MIT",
|
||||
"types": "./types/index.d.ts",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./types/secure-dfu.d.ts",
|
||||
"main": "./index.js",
|
||||
"browser": {
|
||||
"./index.js": "./dist/secure-dfu.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/thegecko/web-bluetooth-dfu.git"
|
||||
|
||||
Reference in New Issue
Block a user