We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f123f0 commit d760c63Copy full SHA for d760c63
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "intercom-node",
3
- "version": "0.0.0",
+ "version": "0.1.0",
4
"description": "Official Node bindings to the Intercom API",
5
"homepage": "https://github.com/intercom/intercom-node",
6
"repository": "intercom/intercom-node",
@@ -30,8 +30,8 @@
30
"gulp-nsp": "^0.4.5",
31
"gulp-babel": "^5.1.0",
32
"babel-core": "^5.5.0",
33
- "nock" : "*",
34
- "locus" : "*"
+ "nock": "*",
+ "locus": "*"
35
},
36
"scripts": {
37
"prepublish": "gulp prepublish",
0 commit comments