Skip to content

Commit de68853

Browse files
committed
updated package
1 parent e2301ba commit de68853

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ example/logs
1818
!__test__
1919
!__test__/**
2020
!.npmignore
21-
!dist
21+
!dist/**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@contentstack/webhook-listener",
33
"version": "0.0.1",
4-
"description": "Listen to contentstack webhook and triggers sync manager.",
4+
"description": "HTTP web server that listens to Contentstack webhooks. This is part of Contentstack DataSync.",
55
"main": "./dist",
66
"types": "./typings",
7-
"homepage": "HTTP web server that listens to Contentstack webhooks. This is part of Contentstack DataSync.",
7+
"homepage": "https://www.contentstack.com/docs/guide/synchronization/contentstack-datasync",
88
"directories": {
99
"lib": "lib"
1010
},

0 commit comments

Comments
 (0)