Fix browserify build error

This commit is contained in:
Rob Moran
2018-01-06 00:33:54 +00:00
parent b0c46e9c7e
commit 94cb8b6c08
2 changed files with 3 additions and 5 deletions

View File

@@ -7,9 +7,6 @@
"license": "MIT",
"types": "./types/index.d.ts",
"main": "./lib/index.js",
"browser": {
"./lib/index.js": "./dist/secure-dfu.js"
},
"repository": {
"type": "git",
"url": "git://github.com/thegecko/web-bluetooth-dfu.git"