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 e2301ba commit de68853Copy full SHA for de68853
.gitignore
@@ -18,4 +18,4 @@ example/logs
18
!__test__
19
!__test__/**
20
!.npmignore
21
-!dist
+!dist/**
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "@contentstack/webhook-listener",
3
"version": "0.0.1",
4
- "description": "Listen to contentstack webhook and triggers sync manager.",
+ "description": "HTTP web server that listens to Contentstack webhooks. This is part of Contentstack DataSync.",
5
"main": "./dist",
6
"types": "./typings",
7
- "homepage": "HTTP web server that listens to Contentstack webhooks. This is part of Contentstack DataSync.",
+ "homepage": "https://www.contentstack.com/docs/guide/synchronization/contentstack-datasync",
8
"directories": {
9
"lib": "lib"
10
},
0 commit comments