@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 +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -2
package/bin/run.js
CHANGED
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swell/cli",
|
|
3
|
-
"version": "2.5.
|
|
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",
|