pipedrive 20.0.1 → 20.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -1
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "20.0.1",
3
+ "version": "20.0.2",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
+ "homepage": "https://developers.pipedrive.com",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/pipedrive/client-nodejs"
11
+ },
7
12
  "scripts": {
8
13
  "build": "babel src -d dist",
9
14
  "prepack": "npm run build",