Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Apr 26, 2022
1 parent d6dd196 commit 84ad9bf
Show file tree
Hide file tree
Showing 3 changed files with 1,920 additions and 904 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"font-awesome": "^4.6.3",
"lodash": "^4.16.4",
"svg2png": "^4.0.0",
"svgfont2js": "github:niftylettuce/svgfont2js"
"@ladjs/svgfont2js": "^1.0.1"
},
"devDependencies": {
"babel-cli": "^6.11.4",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import $ from 'cheerio';
import svg2png from 'svg2png';
import _ from 'lodash';
import svgfont2js from 'svgfont2js';
import svgfont2js from '@ladjs/svgfont2js';
import fs from 'fs';

function applyAttributes($el, attrs) {
Expand Down
Loading

0 comments on commit 84ad9bf

Please sign in to comment.