Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Sep 16, 2014
1 parent 1f07152 commit 0511f40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koa-html-minifier",
"description": "minify HTML responses like some crazy guy",
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "Jonathan Ong",
"email": "[email protected]",
Expand All @@ -24,5 +24,7 @@
"test-cov": "node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"test-travis": "node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly --"
},
"files": ["index.js"]
"files": [
"index.js"
]
}

0 comments on commit 0511f40

Please sign in to comment.