Skip to content

Commit 75ea368

Browse files
committed
chore: update package name
1 parent 063ea6e commit 75ea368

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "n8n-nodes-dependency-analytics",
2+
"name": "@trustify-da/n8n-nodes-dependency-analytics",
33
"version": "1.0.0",
44
"description": "Trustify :: Dependency Analytics :: n8n",
55
"keywords": [
@@ -35,6 +35,10 @@
3535
"lintfix": "eslint --fix .",
3636
"prepublishOnly": "npm run build && npm run lint"
3737
},
38+
"publishConfig": {
39+
"access": "public",
40+
"provenance": true
41+
},
3842
"files": [
3943
"dist"
4044
],

0 commit comments

Comments
 (0)