@haxcms/fix-folder-structure
Advanced tools
Comparing version 0.0.5 to 0.0.11
@@ -1,1 +0,1 @@ | ||
{"version":"0.0.5","commands":{"run":{"id":"run","description":"Correctly fix folder structure of a HAXcms site.","pluginName":"@haxcms/fix-folder-structure","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to the site.json file.","required":true}]}}} | ||
{"version":"0.0.11","commands":{"run":{"id":"run","description":"Correctly fix folder structure of a HAXcms site.","pluginName":"@haxcms/fix-folder-structure","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to the site.json file.","required":true}]}}} |
{ | ||
"name": "@haxcms/fix-folder-structure", | ||
"description": "> TODO: description", | ||
"version": "0.0.5", | ||
"version": "0.0.11", | ||
"author": "heyMP <mgp140@gmail.com>", | ||
@@ -72,3 +72,3 @@ "bin": { | ||
}, | ||
"gitHead": "73ca4803c4171bab5a0bd113078c0839cc37d9c8" | ||
"gitHead": "219c8aba21c02729d486884b714d1a78afd41251" | ||
} |
@@ -22,3 +22,3 @@ @haxms-tools/fix-folder-structure | ||
$ haxcms-fix-folder-structure (-v|--version|version) | ||
@haxcms/fix-folder-structure/0.0.5 darwin-x64 node-v12.13.0 | ||
@haxcms/fix-folder-structure/0.0.11 darwin-x64 node-v12.13.0 | ||
$ haxcms-fix-folder-structure --help [COMMAND] | ||
@@ -64,3 +64,3 @@ USAGE | ||
_See code: [src/commands/run.js](https://github.com/elmsln/haxcms-tools/blob/v0.0.5/src/commands/run.js)_ | ||
_See code: [src/commands/run.js](https://github.com/elmsln/haxcms-tools/blob/v0.0.11/src/commands/run.js)_ | ||
<!-- commandsstop --> |
6513