node-calendly
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -33,3 +33,2 @@ "use strict"; | ||
throw new Error(data.title + ': ' + data.message); | ||
throw new Error('Unknown error'); | ||
return data; | ||
@@ -51,3 +50,2 @@ }); | ||
throw new Error(data.title + ': ' + data.message); | ||
throw new Error('Unknown error'); | ||
return data; | ||
@@ -54,0 +52,0 @@ }); |
{ | ||
"name": "node-calendly", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node module to access calendly api.", | ||
@@ -19,3 +19,3 @@ "main": "./lib/Calendly.js", | ||
"preversion": "npm run lint", | ||
"version": "npm run format && git add -A src", | ||
"version": "npm run format && git add -A", | ||
"postversion": "git push && git push --tags", | ||
@@ -22,0 +22,0 @@ "lint": "tslint -c tslint.json -p tsconfig.json --fix" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
130515
88
1685