n8n-nodes-hatr-hello-world 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-hatr-hello-world",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A simple n8n community node that accepts input and returns output",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -17,15 +17,15 @@
17
17
  "type": "git",
18
18
  "url": "https://github.com/epihatr/n8n-nodes-hatr-hello-world.git"
19
19
  },
20
- "type": "module",
20
+ "type": "commonjs",
21
21
  "main": "index.js",
22
22
  "scripts": {
23
23
  "build": "tsc && gulp buildIcons",
24
24
  "dev": "tsc --watch",
25
25
  "format": "prettier nodes --write",
26
- "lint": "eslint nodes package.json",
27
- "lintfix": "eslint nodes package.json --fix",
28
- "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes package.json"
26
+ "lint": "eslint nodes",
27
+ "lintfix": "eslint nodes --fix",
28
+ "prepublishOnly": "npm run build"
29
29
  },
30
30
  "files": [
31
31
  "dist"