Skip to content

Commit 3bab780

Browse files
committed
chore(n8n): normalize package metadata
1 parent 64cb28f commit 3bab780

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/sourcey/n8n-nodes-sourcey.git"
20+
"url": "git+https://github.com/sourcey/n8n-nodes-sourcey.git"
21+
},
22+
"scripts": {
23+
"build": "n8n-node build",
24+
"build:watch": "tsc --watch",
25+
"dev": "n8n-node dev",
26+
"lint": "n8n-node lint",
27+
"lint:fix": "n8n-node lint --fix",
28+
"release": "n8n-node release",
29+
"prepublishOnly": "n8n-node prerelease",
30+
"test": "npm run build && node --test test/*.test.mjs",
31+
"typecheck": "tsc --noEmit"
2132
},
22-
"scripts": {
23-
"build": "n8n-node build",
24-
"build:watch": "tsc --watch",
25-
"dev": "n8n-node dev",
26-
"lint": "n8n-node lint",
27-
"lint:fix": "n8n-node lint --fix",
28-
"release": "n8n-node release",
29-
"prepublishOnly": "n8n-node prerelease",
30-
"test": "npm run build && node --test test/*.test.mjs",
31-
"typecheck": "tsc --noEmit"
32-
},
3333
"files": [
3434
"dist",
3535
"README.md",

0 commit comments

Comments
 (0)