helm-viewer 0.1.0 → 0.1.1

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.
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env node
2
+
3
+ 'use strict'
4
+ import '../binary/index.js';
Binary file
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "helm-viewer",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Quick tool to easily view your helm charts.",
5
5
  "author": "Tchoupinax <corentinfiloche@hotmail.fr> (https://corentinfiloche.xyz)",
6
6
  "license": "MIT",
7
7
  "bin": {
8
- "helm-viewer": "binary/index.js"
8
+ "helm-viewer": "bin/helm-template.mjs"
9
9
  },
10
10
  "keywords": [
11
11
  "helm",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "scripts": {
24
24
  "=== PUBLICATION ======================================": "",
25
- "prepublishOnly": "npm pack --dry-run",
26
- "publish": "npm publish --dry-run",
25
+ "pack": "npm pack --dry-run",
26
+ "publish": "npm publish",
27
27
  "=== RUN ==============================================": "",
28
28
  "run": "npx vite-node src/index.ts",
29
29
  "=== BUILD ============================================": "",