cli-macro 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -148,7 +148,7 @@ if (command === "new" || command === "n") {
148
148
  if (files.length === 0) {
149
149
  console.log("No .clim files found.");
150
150
  } else {
151
- files.forEach(file => console.log(file));
151
+ files.forEach(file => console.log(path.basename(file, ".clim")));
152
152
  }
153
153
  } else {
154
154
  console.error(`Unknown command: ${command}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cli-macro",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "CLI Macro",
5
5
  "keywords": [
6
6
  "CLIM",