diff --git a/README.md b/README.md index 4ee60ed..cd15d4d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README.zh-CN.md b/README.zh-CN.md index a72cadf..57d374c 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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) diff --git a/package.json b/package.json index 8cdd397..c5a7de8 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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" }