Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehall314 committed Jul 1, 2016
1 parent 3005c67 commit da864e7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "minify-html-stream",
"version": "0.2.0",
"version": "0.3.0",
"description": "A streaming HTML minifier for Node.js",
"license": "MIT",
"bugs": "https://github.com/digitaldesignlabs/minify-html-stream/issues",
"repository": "digitaldesignlabs/minify-html-stream",
"main": "lib/minify.js",
"author": "Digital Design Labs",
"contributors": [
{
"name": "Mike Hall",
"email": "mikehall314@gmail.com>"
}
{
"name": "Mike Hall",
"email": "mikehall314@gmail.com>"
}
],
"engines": {
"node": ">=4.0"
Expand All @@ -24,9 +24,9 @@
"minifier"
],
"scripts": {
"pretest": "node_modules/eslint/bin/eslint.js lib/*.js tests/*.js",
"test": "node tests",
"test-travis": "node_modules/istanbul/lib/cli.js cover tests"
"pretest": "node_modules/eslint/bin/eslint.js lib/*.js tests/*.js",
"test": "node tests",
"test-travis": "node_modules/istanbul/lib/cli.js cover tests"
},
"devDependencies": {
"coveralls": "^2.11.9",
Expand Down

0 comments on commit da864e7

Please sign in to comment.