@8bitscript/text 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.
- package/package.json +15 -10
package/package.json
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@8bitscript/text",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "The character grid, on whichever machine is being built: ASCII in, one cell at a time, the same on every target. Resolves per target to that machine's own text implementation.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/8BitScript/8bitscript.git",
|
|
9
|
+
"directory": "packages/text"
|
|
10
|
+
},
|
|
6
11
|
"8bitscript": {
|
|
7
12
|
"entry": {
|
|
8
13
|
"vic20": "@8bitscript/vic20/text",
|
|
@@ -17,15 +22,15 @@
|
|
|
17
22
|
}
|
|
18
23
|
},
|
|
19
24
|
"dependencies": {
|
|
20
|
-
"@8bitscript/atari8": "0.1.
|
|
21
|
-
"@8bitscript/c64": "0.1.
|
|
22
|
-
"@8bitscript/c128": "0.1.
|
|
23
|
-
"@8bitscript/cx16": "0.1.
|
|
24
|
-
"@8bitscript/mega65": "0.1.
|
|
25
|
-
"@8bitscript/nes": "0.1.
|
|
26
|
-
"@8bitscript/pet": "0.1.
|
|
27
|
-
"@8bitscript/vic20": "0.1.
|
|
28
|
-
"@8bitscript/web": "0.1.
|
|
25
|
+
"@8bitscript/atari8": "0.1.1",
|
|
26
|
+
"@8bitscript/c64": "0.1.1",
|
|
27
|
+
"@8bitscript/c128": "0.1.1",
|
|
28
|
+
"@8bitscript/cx16": "0.1.1",
|
|
29
|
+
"@8bitscript/mega65": "0.1.1",
|
|
30
|
+
"@8bitscript/nes": "0.1.1",
|
|
31
|
+
"@8bitscript/pet": "0.1.1",
|
|
32
|
+
"@8bitscript/vic20": "0.1.1",
|
|
33
|
+
"@8bitscript/web": "0.1.1"
|
|
29
34
|
},
|
|
30
35
|
"publishConfig": {
|
|
31
36
|
"access": "public"
|