Skip to content

Commit 29890ab

Browse files
committed
Defined necessary fields in package.json
1 parent 4f2024c commit 29890ab

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
22
"name": "jspdf",
33
"version": "1.0.272",
4+
"homepage": "https://github.com/mrrio/jspdf",
45
"description": "PDF Document creation from JavaScript",
5-
"scripts": {
6-
"test": "echo \"Error: no test specified\" && exit 1"
7-
},
6+
"main": "dist/jspdf.min.js",
7+
"files": [
8+
"dist/jspdf.min.js",
9+
"README.md"
10+
],
11+
"keywords": [
12+
"pdf"
13+
],
814
"license": "MIT",
915
"repository": {
1016
"type": "git",

0 commit comments

Comments
 (0)