Skip to content

Commit

Permalink
Merge pull request #52 from kekee000/master
Browse files Browse the repository at this point in the history
chore: update babel deps
  • Loading branch information
kekee000 committed Jan 6, 2023
2 parents 2f482c5 + 2533f8e commit d873213
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Support ttf, woff, woff2, otf, svg font, eot import and edit online.

[English Version](https://kekee000.github.io/fonteditor/index-en.html)

[Fontstore](http://fontstore.baidu.com/static/editor/index.html)

![Fonteditor](./fonteditor.jpg)

Expand Down
1 change: 0 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Fonteditor Online Font Editor

[线上地址](https://kekee000.github.io/fonteditor/)

[Fontstore](http://fontstore.baidu.com/static/editor/index.html)

![Fonteditor](./fonteditor-zh.jpg)

Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"author": "mkwiser",
"name": "fonteditor",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "git://github.com/ecomfe/fonteditor.git"
},
"bugs": {
"url": "https://github.com/ecomfe/fonteditor/issues"
},
"author": "kekee000",
"contributors": [
{
"email": "kekee000@gmail.com",
Expand All @@ -24,14 +30,14 @@
"lint": "fecs ./src --reporter=baidu --rules"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"babel-plugin-module-resolver": "^3.2.0",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"babel-plugin-module-resolver": "^4.1.0",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"fonteditor-core": "^2.0.5",
"fonteditor-core": "^2.1.11",
"html-webpack-plugin": "^3.2.0",
"less": "^2.0.0",
"less-loader": "^5.0.0",
Expand All @@ -54,11 +60,5 @@
"svg",
"eot"
],
"license": "MIT",
"name": "fonteditor",
"repository": {
"type": "git",
"url": "git://github.com/ecomfe/fonteditor.git"
},
"version": "2.0.1"
"license": "MIT"
}

0 comments on commit d873213

Please sign in to comment.