Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
daveloper87 committed Oct 21, 2015
1 parent 60c80f3 commit e5f60db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example.js
Expand Up @@ -12,7 +12,7 @@ var msw = new MswClient({
});

// You can chain setters and fields
msw.setSpotId(1449).setUnits('uk').addField('');
msw.setSpotId(1449).setUnits('uk');

// ** Making a Request ** //

Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "msw-client",
"version": "1.4.0",
"version": "1.4.1",
"description": "Magic Seaweed API forecast data client",
"main": "index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"author": "Daveloper87",
"license": "ISC",
"dependencies": {
"got": "^4.0.0",
"got": "^5.0.0",
"promise": "^7.0.1"
},
"devDependencies": {
Expand All @@ -37,7 +37,7 @@
"istanbul": "^0.3.8",
"jscoverage": "^0.6.0",
"mocha": "^2.2.1",
"mocha-lcov-reporter": "0.0.2",
"mocha-lcov-reporter": "1.0.0",
"nock": "^2.2.0",
"nodeunit": "^0.9.1"
}
Expand Down

0 comments on commit e5f60db

Please sign in to comment.