Skip to content

Commit 3f6be3b

Browse files
committed
chore: optimize package.json
1 parent 07d7e63 commit 3f6be3b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"title": "html2canvas-pro",
32
"name": "html2canvas-pro",
4-
"description": "Screenshots with JavaScript forked from html2canvas, fixed some known issues",
3+
"description": "Screenshots with JavaScript. Next generation!",
54
"main": "dist/html2canvas-pro.js",
65
"module": "dist/html2canvas-pro.esm.js",
76
"typings": "dist/types/index.d.ts",
@@ -12,6 +11,7 @@
1211
"email": "[email protected]",
1312
"url": "https://github.com/yorickshan"
1413
},
14+
"license": "MIT",
1515
"keywords": [
1616
"html2canvas",
1717
"screenshot"
@@ -21,10 +21,7 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "[email protected]:yorickshan/html2canvas-pro.git"
25-
},
26-
"bugs": {
27-
"url": "https://github.com/yorickshan/html2canvas-pro/issues"
24+
"url": "https://github.com/yorickshan/html2canvas-pro"
2825
},
2926
"devDependencies": {
3027
"@babel/cli": "^7.4.3",
@@ -128,7 +125,6 @@
128125
"tag": "sh scripts/create-tag.sh",
129126
"prepare": "if [ \"$SKIP_PREPARE\" != \"true\" ]; then husky install; fi"
130127
},
131-
"license": "MIT",
132128
"dependencies": {
133129
"css-line-break": "^2.1.0",
134130
"text-segmentation": "^1.0.3"

0 commit comments

Comments
 (0)