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

Commit

Permalink
Clean up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen committed Aug 10, 2015
1 parent 5a47455 commit 71cfd94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AirSonos {
});

return Promise.all(promises);
})
});
}

refresh() {
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"start": "node ./bin/index.js"
},
"bin": "./bin/index.js",
"global": "true",
"repository": {
"type": "git",
"url": "https://github.com/stephen/airsonos.git"
Expand All @@ -25,8 +24,7 @@
"ip": "0.3.2",
"nicercast": "0.0.8",
"nodetunes": "0.1.2",
"sonos": "git://github.com/stephen/node-sonos.git#stephen-1.0.0",
"throttle": "~1.0.3"
"sonos": "git://github.com/stephen/node-sonos.git#stephen-1.0.0"
},
"license": "MIT"
}

0 comments on commit 71cfd94

Please sign in to comment.