Skip to content

Commit

Permalink
Use hreftypes from npm instead of assetgraph internals
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Oct 29, 2019
1 parent 0353bb7 commit 832c009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/getModifiedHref.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { hrefTypes, getHrefType } = require('assetgraph/lib/util/getHrefType');
const { hrefTypes, getHrefType } = require('hreftypes');
const {
buildRootRelativeUrl,
buildProtocolRelativeUrl,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@munter/tap-render": "^0.2.0",
"assetgraph": "^6.0.0",
"async": "^3.1.0",
"hreftypes": "^1.0.0",
"optimist": "^0.6.1",
"pretty-bytes": "^5.2.0",
"request": "^2.88.0",
Expand Down

0 comments on commit 832c009

Please sign in to comment.