Skip to content

Commit f9dd728

Browse files
committed
Merge pull request timoxley#75 from finnp/repo
Add repo to package.json
2 parents 8a208de + 9ddea9c commit f9dd728

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,13 @@
1919
"dependencies": {
2020
"workshopper": "~0.7.2",
2121
"lorem-ipsum": "~0.1.1"
22-
}
22+
},
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/timoxley/functional-javascript-workshop"
26+
},
27+
"bugs": {
28+
"url": "https://github.com/timoxley/functional-javascript-workshop/issues"
29+
},
30+
"homepage": "https://github.com/timoxley/functional-javascript-workshop"
2331
}

0 commit comments

Comments
 (0)