pipedrive 23.4.0 → 23.4.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "pipedrive",
|
3
|
-
"version": "23.4.
|
3
|
+
"version": "23.4.2",
|
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
|
}
|