Skip to content

Commit

Permalink
Merge pull request #1 from aperkins1310/patch-1
Browse files Browse the repository at this point in the history
Update tuyapi version
  • Loading branch information
joshstrange authored Sep 10, 2019
2 parents 56ed7e6 + 62acd1d commit e8b1bad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eufy-robovac",
"version": "1.1.0",
"version": "1.2.0",
"description": "NodeJS library to control Eufy RoboVac",
"main": "dist/index.js",
"types": "dist/index.d.js",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/joshstrange/eufy-robovac#readme",
"dependencies": {
"tuyapi": "^4.0.4"
"tuyapi": "^5.1.3"
},
"devDependencies": {
"@types/node": "^12.0.2",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
'src',
'node_modules'
],
extensions: ['.ts', '.js' ]
extensions: ['.ts', '.js', '.json' ]
},
output: {
filename: 'index.js',
Expand Down

0 comments on commit e8b1bad

Please sign in to comment.