Comparing version 0.0.1 to 0.0.2
@@ -5,4 +5,5 @@ { | ||
"description": "jshint-node compatible reporter to generate tap files (Test Anything Protocol)", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "https://github.com/irae/jshint-tap", | ||
"main": "jshint-tap.js", | ||
"repository": { | ||
@@ -15,4 +16,6 @@ "type": "git", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
}, | ||
"devDependencies": {} | ||
} |
1157