@lamppost/create-ink-player 1.0.1 → 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/index.js +4 -0
- package/package.json +3 -3
- package/template/package.json +1 -1
- package/template/pnpm-lock.yaml +5 -5
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/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
|