Comparing version 0.0.1 to 0.0.2
@@ -5,4 +5,4 @@ { | ||
"tags": ["website", "blog", "markdown", "template", "git"], | ||
"version": "0.0.1", | ||
"author": "Paul Vorbach <paul@vorb.de>", | ||
"version": "0.0.2", | ||
"author": "Paul Vorbach <paul@vorb.de> (http://vorb.de)", | ||
"repository": { | ||
@@ -15,5 +15,5 @@ "type": "git", | ||
}, | ||
"engines": [ | ||
"node >= 0.4.10" | ||
], | ||
"engines": { | ||
"node": ">= 0.4.10" | ||
}, | ||
"main": "lib/bake.js", | ||
@@ -20,0 +20,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
3433
25