Skip to content

Commit

Permalink
Merge pull request #90 from intercom/BL/deps
Browse files Browse the repository at this point in the history
add latest unirest, re-add nsp check
  • Loading branch information
bobjflong committed May 27, 2016
2 parents 9a680b1 + 0d5235e commit 03be6de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ gulp.task('babel', function () {
.pipe(gulp.dest('dist'));
});

gulp.task('prepublish', ['babel']);
gulp.task('prepublish', ['nsp', 'babel']);
gulp.task('default', ['static', 'test']);
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intercom-client",
"version": "2.7.0",
"version": "2.8.0",
"description": "Official Node bindings to the Intercom API",
"homepage": "https://github.com/intercom/intercom-node",
"bugs:": "https://github.com/intercom/intercom-node/issues",
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"bluebird": "^3.3.4",
"unirest": "^0.4.2"
"unirest": "^0.5.0"
},
"devDependencies": {
"babel-core": "^6.7.4",
Expand Down

0 comments on commit 03be6de

Please sign in to comment.