@swell/cli 2.5.4 → 2.5.5

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.
package/bin/run.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ts-node
1
+ #!/usr/bin/env node
2
2
 
3
3
  // eslint-disable-next-line unicorn/prefer-top-level-await, node/shebang
4
4
  (async () => {
@@ -2969,5 +2969,5 @@
2969
2969
  ]
2970
2970
  }
2971
2971
  },
2972
- "version": "2.5.4"
2972
+ "version": "2.5.5"
2973
2973
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swell/cli",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "type": "module",
5
5
  "description": "Swell's command line interface/utility",
6
6
  "keywords": [
@@ -113,7 +113,6 @@
113
113
  }
114
114
  },
115
115
  "scripts": {
116
- "preinstall": "npm i -g ts-node",
117
116
  "build": "shx rm -rf dist && shx rm -f tsconfig.tsbuildinfo && tsc -b",
118
117
  "lint": "eslint . --ext .ts --config .eslintrc",
119
118
  "postpack": "shx rm -f oclif.manifest.json",