saladplate 0.1.0 → 0.1.1

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.
File without changes
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The name of the tool; prefixes most output.
3
3
  */
4
- export declare const BIN = "simplate";
4
+ export declare const BIN = "saladplate";
5
5
  /**
6
6
  * Templating options for `template`.
7
7
  */
package/dist/src/index.js CHANGED
@@ -15,7 +15,7 @@ import util from "util";
15
15
  /**
16
16
  * The name of the tool; prefixes most output.
17
17
  */
18
- export const BIN = "simplate";
18
+ export const BIN = "saladplate";
19
19
  const cwdForFilename = (filename) => {
20
20
  return filename === "/dev/stdin" ? process.cwd() : path.dirname(filename);
21
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saladplate",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Very simple templating.",
5
5
  "keywords": [
6
6
  "template",
File without changes