node-calendly
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "node-calendly", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Node module to access calendly api.", | ||
@@ -12,3 +12,3 @@ "main": "./lib/Calendly.js", | ||
"prebuild": "tslint -c tslint.json -p tsconfig.json --fix", | ||
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", | ||
"format": "prettier --write \"src/**/*.ts\"", | ||
"build": "tsc", | ||
@@ -22,3 +22,5 @@ "dev": "ts-node-dev ./src/index.ts", | ||
"postversion": "git push && git push --tags", | ||
"lint": "tslint -c tslint.json -p tsconfig.json --fix" | ||
"lint": "tslint -c tslint.json -p tsconfig.json --fix", | ||
"npmpublish": "npm publish", | ||
"patch": "npm version patch && npm run npmpublish" | ||
}, | ||
@@ -25,0 +27,0 @@ "repository": { |
130596