@pajamadot/story-cli 0.1.0 → 0.2.0

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/bin/story.exe ADDED
Binary file
package/bin/story.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  /**
4
4
  * Thin shim that locates the platform-specific story binary
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pajamadot/story-cli",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "CLI for PajamaDot Story Platform – create visual novels from the terminal",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -15,6 +15,7 @@
15
15
  },
16
16
  "files": [
17
17
  "bin/story.js",
18
+ "bin/story.exe",
18
19
  "postinstall.js"
19
20
  ],
20
21
  "engines": {