Skip to content

Commit fce8826

Browse files
committed
Integrity
1 parent 1ba8297 commit fce8826

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

packages/xd-crossword-tools-parser/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
"prepublishOnly": "cp ../../README.md ./README.md",
1212
"postpublish": "rm ./README.md"
1313
},
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/puzzmo-com/xd-crossword-tools.git"
17+
},
18+
"homepage": "https://github.com/puzzmo-com/xd-crossword-tools#readme",
19+
"bugs": {
20+
"url": "https://github.com/puzzmo-com/xd-crossword-tools/issues"
21+
},
22+
"publishConfig": {
23+
"access": "public"
24+
},
1425
"devDependencies": {
1526
"tsup": "^8.1.0"
1627
}

packages/xd-crossword-tools/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
"@types/xml-parser": "1.2.33",
2222
"tsup": "^8.1.0"
2323
},
24+
"repository": {
25+
"type": "git",
26+
"url": "git+https://github.com/puzzmo-com/xd-crossword-tools.git"
27+
},
28+
"homepage": "https://github.com/puzzmo-com/xd-crossword-tools#readme",
29+
"bugs": {
30+
"url": "https://github.com/puzzmo-com/xd-crossword-tools/issues"
31+
},
2432
"publishConfig": {
2533
"access": "public"
2634
}

0 commit comments

Comments
 (0)