Skip to content

Commit 36f1da6

Browse files
committed
Update package.json
Include repo url
1 parent 1d77400 commit 36f1da6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "koa-hbs",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Handlebars Templates via Generators for Koa",
55
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/jwilm/koa-hbs.git"
9+
},
10+
"homepage": "https://github.com/jwilm/koa-hbs/",
611
"scripts": {
712
"test": "echo \"Error: no test specified\" && exit 1"
813
},

0 commit comments

Comments
 (0)