Skip to content

Commit a3993a9

Browse files
committed
Add repository field
1 parent ba7dae0 commit a3993a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "print-toc",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Generates a table of contents for a printed HTML document.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -12,6 +12,7 @@
1212
"keywords": ["dom", "print", "pdf", "page-break", "toc"],
1313
"author": "Mason Bourgeois",
1414
"license": "ISC",
15+
"repository": "github:Smona/print-toc",
1516
"devDependencies": {
1617
"typescript": "^4.3.2"
1718
}

0 commit comments

Comments
 (0)