loopsy 1.0.3 → 1.0.4
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/dist/cli/index.js +1 -1
- package/package.json +1 -1
- package/scripts/postinstall.mjs +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -86,6 +86,6 @@ yargs(hideBin(process.argv))
|
|
|
86
86
|
.command('doctor', 'Run health checks on your Loopsy installation', {}, doctorCommand)
|
|
87
87
|
.demandCommand(1, 'You need at least one command')
|
|
88
88
|
.help()
|
|
89
|
-
.version('1.0.
|
|
89
|
+
.version('1.0.4')
|
|
90
90
|
.parse();
|
|
91
91
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
package/scripts/postinstall.mjs
CHANGED