Skip to content

Commit

Permalink
Update rehype-minify-whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 24, 2017
1 parent 56f29a0 commit 2a4f912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

/* Dependencies. */
var minify = require('rehype-minify-whitespace')(null, {newlines: true});
var minify = require('rehype-minify-whitespace')({newlines: true});
var phrasing = require('hast-util-phrasing');
var sensitive = require('html-whitespace-sensitive-tag-names');
var repeat = require('repeat-string');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"hast-util-phrasing": "^1.0.0",
"html-whitespace-sensitive-tag-names": "^1.0.0",
"rehype-minify-whitespace": "^1.1.0",
"rehype-minify-whitespace": "^2.0.0",
"repeat-string": "^1.5.4",
"unist-util-visit-parents": "^1.0.0"
},
Expand Down

0 comments on commit 2a4f912

Please sign in to comment.