We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d77400 commit 36f1da6Copy full SHA for 36f1da6
package.json
@@ -1,8 +1,13 @@
1
{
2
"name": "koa-hbs",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Handlebars Templates via Generators for Koa",
5
"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/",
11
"scripts": {
12
"test": "echo \"Error: no test specified\" && exit 1"
13
},
0 commit comments