We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62580a7 commit 17fb137Copy full SHA for 17fb137
package.json
@@ -5,11 +5,10 @@
5
"main": "./dist",
6
"types": "./typings",
7
"homepage": "https://www.contentstack.com/docs/guide/synchronization/contentstack-datasync",
8
- "directories": {
9
- "lib": "lib"
10
- },
11
"files": [
12
- "/dist"
+ "/dist",
+ "/typings",
+ "/npm-shrinkwrap.json"
13
],
14
"keywords": [
15
"contentstack",
@@ -29,7 +28,7 @@
29
28
},
30
"repository": {
31
"type": "git",
32
- "url": "https://github.com/contentstack/webhook-listener"
+ "url": "git+https://github.com/contentstack/webhook-listener"
33
34
"bugs": {
35
"url": "https://github.com/contentstack/webhook-listener/issues",
0 commit comments