Skip to content

Commit

Permalink
Switch to the official css-font-parser now that bramstein/css-font-pa…
Browse files Browse the repository at this point in the history
…rser#7 has been merged and released
  • Loading branch information
papandreou committed Feb 17, 2020
1 parent 5c07218 commit 457c7f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/subsetFonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const findCustomPropertyDefinitions = require('./findCustomPropertyDefinitions')
const extractReferencedCustomPropertyNames = require('./extractReferencedCustomPropertyNames');
const stripLocalTokens = require('./stripLocalTokens');
const injectSubsetDefinitions = require('./injectSubsetDefinitions');
const cssFontParser = require('css-font-parser-papandreou');
const cssFontParser = require('css-font-parser');
const cssListHelpers = require('css-list-helpers');
const LinesAndColumns = require('lines-and-columns').default;
const fontkit = require('fontkit');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@gustavnikolaj/async-main-wrap": "^3.0.1",
"assetgraph": "^6.0.4",
"css-font-parser-papandreou": "^0.2.3-patch1",
"css-font-parser": "^0.3.0",
"css-font-weight-names": "^0.2.1",
"css-list-helpers": "^2.0.0",
"font-family-papandreou": "^0.2.0-patch1",
Expand Down

0 comments on commit 457c7f0

Please sign in to comment.