Added linting

This commit is contained in:
Rob Moran
2016-02-15 09:45:15 +00:00
parent d92a6230b8
commit e6c232247e
6 changed files with 85 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "web-bluetooth-dfu",
"version": "1.0.0",
"version": "0.0.1",
"description": "Device firmware update with Web Bluetooth",
"homepage": "https://github.com/thegecko/web-bluetooth-dfu",
"author": "Rob Moran <rob@thegecko.org>",
@@ -22,5 +22,9 @@
],
"dependencies": {
"bleat": "git://github.com/thegecko/bleat.git#web-bluetooth"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jshint": "^1.9.0"
}
}