Skip to content

Commit

Permalink
Bump inlineresources dep. Removes dependency on CSSOM, which shaves o…
Browse files Browse the repository at this point in the history
…ff quite some bytes from the all-in-one bundle
  • Loading branch information
cburgmer committed Mar 18, 2018
1 parent c3a4e7e commit d617ad6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ module.exports = function (grunt) {
' Licensed <%= pkg.license %> */\n' +
'/* Integrated dependencies:\n' +
' * url (MIT License),\n' +
' * CSSOM.js (MIT License),\n' +
' * xmlserializer (MIT License),\n' +
' * sane-domparser-error (BSD License),\n' +
' * css-font-face-src (BSD License),\n' +
Expand Down
13 changes: 3 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "git://github.com/cburgmer/rasterizeHTML.js.git"
},
"dependencies": {
"inlineresources": "~0.4.0",
"inlineresources": "^1.0.0",
"url": "~0.11.0",
"xmlserializer": "~0.6.0",
"sane-domparser-error": "~0.2.0"
Expand Down

0 comments on commit d617ad6

Please sign in to comment.