@lamppost/create-ink-player 1.0.0 → 1.0.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.
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  This is a utility for helping to create Lamp Post Ink Player games.
4
4
 
5
- Please see [https://www.npmjs.com/package/@lamppost/ink-player](@lamppost/ink-player) for more details on how to use this package.
5
+ You can run the following command to create a new Lamp Post Ink Player game:
6
+
7
+ `pnpm create @lamppost/create-ink-player`
8
+
9
+ Please see [@lamppost/ink-player](https://www.npmjs.com/package/@lamppost/ink-player) for more details on how to use this package.
6
10
 
7
11
  This software is released under an MIT license.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lamppost/create-ink-player",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -13,4 +13,4 @@ This is a web player for running [Ink](https://github.com/inkle/ink) stories cre
13
13
 
14
14
  ## Next Steps
15
15
 
16
- Please see [https://www.npmjs.com/package/@lamppost/ink-player](@lamppost/ink-player) for more details on how to configure the Lamp Post Ink Player
16
+ Please see [@lamppost/ink-player](https://www.npmjs.com/package/@lamppost/ink-player) for more details on how to configure the Lamp Post Ink Player