Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: melonmanchan/express-minify-html
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2dabb81d050ba7c5974f54ef1e5b14a7a68fa67f
Choose a base ref
...
head repository: melonmanchan/express-minify-html
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cebdedb874035f22f6e9c79d8c99f67fb1b669e7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 14, 2017

  1. Copy the full SHA
    b8583f6 View commit details
  2. 0.10.0

    melonmanchan committed Mar 14, 2017
    Copy the full SHA
    cebdedb View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 package.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-minify-html",
"version": "0.9.0",
"version": "0.10.0",
"description": "Express middleware around HTML minifier",
"main": "minifier.js",
"scripts": {
@@ -24,7 +24,7 @@
},
"homepage": "https://github.com/melonmanchan/express-minify-html#readme",
"dependencies": {
"html-minifier": "2.1.6",
"html-minifier": "3.4.1",
"object-merge": "2.5.1"
},
"devDependencies": {