@lamppost/create-ink-player 1.0.0 → 1.0.3
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 +5 -1
- package/index.js +4 -0
- package/package.json +3 -3
- package/template/README.md +1 -1
- package/template/package.json +1 -1
- package/template/pnpm-lock.yaml +5 -5
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
|
-
|
|
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/index.js
CHANGED
|
@@ -79,6 +79,10 @@ async function main() {
|
|
|
79
79
|
console.log("Copying template files...");
|
|
80
80
|
cpSync(templateDir, targetDir, { recursive: true });
|
|
81
81
|
|
|
82
|
+
// Copy over .gitignore file
|
|
83
|
+
const gitignorePath = join(templateDir, ".gitignore");
|
|
84
|
+
cpSync(gitignorePath, join(targetDir, ".gitignore"));
|
|
85
|
+
|
|
82
86
|
// Delete the node_modules directory, if it exists
|
|
83
87
|
if (existsSync(join(targetDir, "node_modules"))) {
|
|
84
88
|
rmSync(join(targetDir, "node_modules"), { recursive: true });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lamppost/create-ink-player",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/
|
|
12
|
+
"url": "https://github.com/lamppostprojects/ink-player.git"
|
|
13
13
|
},
|
|
14
|
-
"homepage": "https://github.com/
|
|
14
|
+
"homepage": "https://github.com/lamppostprojects/ink-player",
|
|
15
15
|
"keywords": [
|
|
16
16
|
"ink",
|
|
17
17
|
"inkjs",
|
package/template/README.md
CHANGED
|
@@ -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
|
|
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
|
package/template/package.json
CHANGED
package/template/pnpm-lock.yaml
CHANGED
|
@@ -14,8 +14,8 @@ importers:
|
|
|
14
14
|
.:
|
|
15
15
|
dependencies:
|
|
16
16
|
'@lamppost/ink-player':
|
|
17
|
-
specifier: ^1.0.
|
|
18
|
-
version: 1.0.
|
|
17
|
+
specifier: ^1.0.4
|
|
18
|
+
version: 1.0.4(@popperjs/core@2.11.8)(@types/react@19.2.9)(react-dom@19.2.3(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)
|
|
19
19
|
preact:
|
|
20
20
|
specifier: ^10.27.1
|
|
21
21
|
version: 10.28.2
|
|
@@ -143,8 +143,8 @@ packages:
|
|
|
143
143
|
'@jridgewell/trace-mapping@0.3.31':
|
|
144
144
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
145
145
|
|
|
146
|
-
'@lamppost/ink-player@1.0.
|
|
147
|
-
resolution: {integrity: sha512-
|
|
146
|
+
'@lamppost/ink-player@1.0.4':
|
|
147
|
+
resolution: {integrity: sha512-ASlSBjFIIjHFOffEbuOAmOxw4XJU7QdcY6NgThZiDXTCO8D00S45jaaAHRBwQ84eEn9VnQxZTixlkTCvy9nRCw==}
|
|
148
148
|
|
|
149
149
|
'@module-federation/error-codes@0.22.0':
|
|
150
150
|
resolution: {integrity: sha512-xF9SjnEy7vTdx+xekjPCV5cIHOGCkdn3pIxo9vU7gEZMIw0SvAEdsy6Uh17xaCpm8V0FWvR0SZoK9Ik6jGOaug==}
|
|
@@ -1312,7 +1312,7 @@ snapshots:
|
|
|
1312
1312
|
'@jridgewell/resolve-uri': 3.1.2
|
|
1313
1313
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
1314
1314
|
|
|
1315
|
-
'@lamppost/ink-player@1.0.
|
|
1315
|
+
'@lamppost/ink-player@1.0.4(@popperjs/core@2.11.8)(@types/react@19.2.9)(react-dom@19.2.3(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)':
|
|
1316
1316
|
dependencies:
|
|
1317
1317
|
bootstrap: 5.3.8(@popperjs/core@2.11.8)
|
|
1318
1318
|
bootstrap-icons: 1.13.1
|