Skip to content

Commit

Permalink
chore: optimize package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickshan committed Jul 9, 2024
1 parent 07d7e63 commit 3f6be3b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"title": "html2canvas-pro",
"name": "html2canvas-pro",
"description": "Screenshots with JavaScript forked from html2canvas, fixed some known issues",
"description": "Screenshots with JavaScript. Next generation!",
"main": "dist/html2canvas-pro.js",
"module": "dist/html2canvas-pro.esm.js",
"typings": "dist/types/index.d.ts",
Expand All @@ -12,6 +11,7 @@
"email": "[email protected]",
"url": "https://github.com/yorickshan"
},
"license": "MIT",
"keywords": [
"html2canvas",
"screenshot"
Expand All @@ -21,10 +21,7 @@
},
"repository": {
"type": "git",
"url": "[email protected]:yorickshan/html2canvas-pro.git"
},
"bugs": {
"url": "https://github.com/yorickshan/html2canvas-pro/issues"
"url": "https://github.com/yorickshan/html2canvas-pro"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
Expand Down Expand Up @@ -128,7 +125,6 @@
"tag": "sh scripts/create-tag.sh",
"prepare": "if [ \"$SKIP_PREPARE\" != \"true\" ]; then husky install; fi"
},
"license": "MIT",
"dependencies": {
"css-line-break": "^2.1.0",
"text-segmentation": "^1.0.3"
Expand Down

0 comments on commit 3f6be3b

Please sign in to comment.