Skip to content

Commit a94a26a

Browse files
committed
chore: update package.json
1 parent 006d0da commit a94a26a

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@pdf-lib/fontkit",
3-
"version": "1.1.0",
2+
"name": "@cryptact/fontkit",
3+
"version": "1.2.0",
44
"description": "An advanced font engine for Node and the browser",
55
"main": "dist/fontkit.umd.js",
66
"unpkg": "dist/fontkit.umd.min.js",
@@ -56,7 +56,7 @@
5656
},
5757
"repository": {
5858
"type": "git",
59-
"url": "git://github.com/Hopding/fontkit.git"
59+
"url": "git://github.com/Cryptact/fontkit.git"
6060
},
6161
"keywords": [
6262
"opentype",
@@ -68,12 +68,9 @@
6868
"layout"
6969
],
7070
"author": "Andrew Dillon <andrew.dillon.j@gmail.com>",
71-
"contributors": [
72-
"Devon Govett <devongovett@gmail.com> (http://badassjs.com/)"
73-
],
7471
"bugs": {
75-
"url": "https://github.com/Hopding/fontkit/issues"
72+
"url": "https://github.com/Cryptact/fontkit/issues"
7673
},
7774
"license": "MIT",
78-
"homepage": "https://github.com/Hopding/fontkit"
75+
"homepage": "https://github.com/Cryptact/fontkit"
7976
}

0 commit comments

Comments
 (0)