Skip to content

Commit

Permalink
更新 package.json 部分信息
Browse files Browse the repository at this point in the history
  • Loading branch information
MisaLiu committed Oct 11, 2022
1 parent d047802 commit 3cfb228
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "phi-chart-render",
"description": "A Phigros chart render based on Pixi.js",
"version": "0.0.1-beta1",
"author": "MisaLiu",
"files": [
"./src"
Expand All @@ -10,7 +11,16 @@
"dev": "npx webpack-dev-server --progress --color",
"build": "npx webpack --mode=production"
},
"repository": {
"type": "git",
"url": "https://github.com/MisaLiu/phi-chart-render.git"
},
"license": "MIT License",
"bugs": {
"url": "https://github.com/MisaLiu/phi-chart-render/issues"
},
"homepage": "https://github.com/MisaLiu/phi-chart-render",

"devDependencies": {
"fontfaceobserver": "^2.3.0",
"jszip": "^3.10.1",
Expand Down

0 comments on commit 3cfb228

Please sign in to comment.