Skip to content

Commit 8f372b2

Browse files
committed
prepare for public release
1 parent df69bc2 commit 8f372b2

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/gnoesiboe/javascript-essentials.git"
19+
"url": "https://github.com/freshheads/freshheads-javascript-essentials.git"
2020
},
21-
"author": "Gijs Nieuwenhuis <gijs.nieuwenhuis@freshheads.com>",
22-
"license": "ISC",
23-
"bugs": {
24-
"url": "https://github.com/gnoesiboe/javascript-essentials/issues"
21+
"author": {
22+
"name": "Freshheads",
23+
"url": "https://freshheads.com",
24+
"email": "info@freshheads.com"
2525
},
26-
"homepage": "https://github.com/gnoesiboe/javascript-essentials#readme",
26+
"keywords": [
27+
"freshheads",
28+
"javascript utilities"
29+
],
30+
"license": "ISC",
2731
"devDependencies": {
2832
"@babel/preset-env": "^7.9.5",
2933
"@babel/preset-react": "^7.9.4",

0 commit comments

Comments
 (0)