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
|
package/dist/src/index.d.ts
CHANGED
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 = "
|
|
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
|
File without changes
|