pipedrive 22.3.0 → 22.3.1-rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +414 -1250
  2. package/package.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "22.3.0",
3
+ "version": "22.3.1-rc.0",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -81,7 +81,6 @@
81
81
  },
82
82
  "pre-commit": [
83
83
  "lint-staged",
84
- "test",
85
84
  "build"
86
85
  ]
87
86
  }