Skip to content

Commit 96e9dcd

Browse files
committed
fix: include build output in published package
1 parent 51dc7f6 commit 96e9dcd

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
*.tsbuildinfo

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.2.11",
44
"description": "n8n community node for extended Postgres operations",
55
"license": "MIT",
6-
"homepage": "",
6+
"homepage": "https://github.com/muench-dev/n8n-nodes-postgres#readme",
77
"keywords": [
88
"n8n-community-node-package"
99
],
@@ -52,5 +52,8 @@
5252
},
5353
"peerDependencies": {
5454
"n8n-workflow": "*"
55+
},
56+
"bugs": {
57+
"url": "https://github.com/muench-dev/n8n-nodes-postgres/issues"
5558
}
5659
}

0 commit comments

Comments
 (0)