Skip to content

Commit 719b95a

Browse files
committed
Update package details
1 parent 69cd947 commit 719b95a

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ATT String Transcoder
22

3-
> Allows you to decode _A Township Tale_'s save strings for analysing, and encode JS objects into ATT save strings for spawning.
3+
Allows you to decode _A Township Tale_'s save strings for analysing, and encode JS objects into ATT save strings for spawning.
44

55
## ⚡️ Quick Start
66

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "att-string-transcoder",
3-
"version": "1.0.0",
4-
"description": "",
3+
"version": "1.0.1",
4+
"description": "Trancode integer strings for A Township Tale.",
55
"main": "build/index.js",
66
"scripts": {
77
"prepare": "npm run build",
@@ -10,7 +10,21 @@
1010
"compile": "tsc --noEmit",
1111
"test": "jest"
1212
},
13-
"author": "",
13+
"author": "Marc Dingena",
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/mdingena/att-string-transcoder.git"
17+
},
18+
"bugs": {
19+
"url": "https://github.com/mdingena/att-string-transcoder/issues"
20+
},
21+
"homepage": "https://github.com/mdingena/att-string-transcoder#readme",
22+
"keywords": [
23+
"virtual-reality",
24+
"township-tale",
25+
"binary",
26+
"transcoder"
27+
],
1428
"license": "MIT",
1529
"dependencies": {
1630
"bitwise": "^2.1.0",

0 commit comments

Comments
 (0)