mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-06 09:02:52 +08:00
Update bower
This commit is contained in:
@@ -2,8 +2,5 @@ _flash
|
||||
firmware
|
||||
.gitignore
|
||||
circle.yml
|
||||
gulpfile.js
|
||||
index.html
|
||||
tsconfig.json
|
||||
tslint.json
|
||||
bower.json
|
||||
|
||||
12
bower.json
12
bower.json
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"name": "web-bluetooth-dfu",
|
||||
"description": "Device firmware update with Web Bluetooth",
|
||||
"homepage": "https://github.com/thegecko/web-bluetooth-dfu",
|
||||
"homepage": "https://thegecko.github.io/web-bluetooth-dfu/",
|
||||
"authors": "Rob Moran <rob@thegecko.org>",
|
||||
"license": "MIT",
|
||||
"main": "dist/secure-dfu.js",
|
||||
"moduleType": "globals",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/thegecko/web-bluetooth-dfu.git"
|
||||
@@ -17,18 +19,12 @@
|
||||
"nordic",
|
||||
"web-bluetooth"
|
||||
],
|
||||
"dependencies": {
|
||||
"webbluetooth": "git://github.com/thegecko/webbluetooth.git"
|
||||
},
|
||||
"ignore": [
|
||||
"_flash",
|
||||
"firmware",
|
||||
".gitignore",
|
||||
"circle.yml",
|
||||
"gulpfile.js",
|
||||
"index.html",
|
||||
"tsconfig.json",
|
||||
"tslint.json",
|
||||
"package.json"
|
||||
".npmignore"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "web-bluetooth-dfu",
|
||||
"version": "0.3.0",
|
||||
"description": "Device firmware update with Web Bluetooth",
|
||||
"homepage": "https://github.com/thegecko/web-bluetooth-dfu",
|
||||
"homepage": "https://thegecko.github.io/web-bluetooth-dfu/",
|
||||
"author": "Rob Moran <github@thegecko.org>",
|
||||
"license": "MIT",
|
||||
"types": "./types/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user