pipedrive 23.4.0 → 23.4.1

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 +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "23.4.0",
3
+ "version": "23.4.1",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -83,5 +83,8 @@
83
83
  "lint-staged",
84
84
  "test",
85
85
  "build"
86
- ]
86
+ ],
87
+ "publishConfig": {
88
+ "access": "public"
89
+ }
87
90
  }