Skip to content

Commit

Permalink
Bump version and add lint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dhylands committed Feb 21, 2019
1 parent 5d42345 commit de832d5
Show file tree
Hide file tree
Showing 3 changed files with 832 additions and 29 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
module.exports = {
'plugins': [
'html'
],
'env': {
'browser': true,
'commonjs': true,
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "deconz-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "Talk to Zigbee devices using ConBee dongle or RaspBee HAT, modelled after xbee-api ",
"main": "lib/deconz-api",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"repository": {
"type": "git",
Expand All @@ -32,10 +33,12 @@
},
"devDependencies": {
"assert": "^1.4.1",
"babel-eslint": "^10.0.1",
"command-line-args": "^5.0.2",
"eslint": "^5.12.1",
"serialport": "^7.1.0",
"zcl-id": "^0.4.0",
"zcl-packet": "dhylands/zcl-packet#add-genOta-meta",
"zcl-id": "dhylands/zcl-id#moziot-changes",
"zcl-packet": "dhylands/zcl-packet#moziot-changes",
"zigbee-zdo": "git+https://github.com/mozilla-iot/zigbee-zdo.git"
}
}
Loading

0 comments on commit de832d5

Please sign in to comment.