Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cpylua committed Sep 1, 2021
1 parent 4b1ab5d commit e661044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iconfount",
"version": "2.3.1",
"version": "2.3.2",
"description": "Create web fonts from svg files",
"main": "./src/index.js",
"bin": {
Expand Down Expand Up @@ -31,6 +31,7 @@
"author": "Youzan FE",
"license": "MIT",
"dependencies": {
"@xmldom/xmldom": "^0.7.3",
"ajv": "^8.6.2",
"base64-js": "^1.3.1",
"jstransformer-stylus": "^1.5.0",
Expand All @@ -45,7 +46,6 @@
"ttf2woff": "^3.0.0",
"ttf2woff2": "^4.0.4",
"winston": "^3.2.1",
"@xmldom/xmldom": "^0.7.3",
"yargs": "^17.1.1"
}
}

0 comments on commit e661044

Please sign in to comment.