Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefau committed Aug 10, 2020
1 parent 7a0f5ca commit 1b7b9cb
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 43 deletions.
174 changes: 135 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@iobroker/adapter-core": "^2.4.0",
"color-convert": "^2.0.1",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"request-promise": "^4.2.6",
"ws": "^7.3.0"
},
"deprecated": false,
Expand All @@ -47,9 +47,9 @@
"@iobroker/testing": "^2.2.0",
"axios": "^0.19.2",
"chai": "^4.2.0",
"eslint": "^7.4.0",
"eslint": "^7.6.0",
"gulp": "^4.0.2",
"mocha": "^8.0.1"
"mocha": "^8.1.1"
},
"directories": {
"lib": "lib",
Expand All @@ -75,5 +75,5 @@
"test:unit": "mocha test/unit --exit",
"translate": "gulp translateAndUpdateWordsJS"
},
"version": "2.0.0-rc.3"
"version": "2.0.0"
}

0 comments on commit 1b7b9cb

Please sign in to comment.