mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-13 12:38:13 +08:00
Switched to using eslint
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
"web-bluetooth"
|
||||
],
|
||||
"scripts": {
|
||||
"example": "node examples/secure_dfu_node.js"
|
||||
"example": "node examples/secure_dfu_node.js",
|
||||
"gulp": "gulp"
|
||||
},
|
||||
"dependencies": {
|
||||
"bleat": "^0.1.3"
|
||||
@@ -29,7 +30,7 @@
|
||||
"devDependencies": {
|
||||
"crc-32": "^1.0.2",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-jshint": "^1.9.0",
|
||||
"gulp-eslint": "^3.0.1",
|
||||
"jszip": "^3.1.3",
|
||||
"progress": "^2.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user