Skip to content

Commit afff197

Browse files
committedDec 29, 2020
contributing.md not required in 0.1 branch, normalize composer.json
1 parent e2969bf commit afff197

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed
 

‎.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.git*
2-
CONTRIBUTING.md
32
dev-playground/
43
docs/
54
examples/

‎CONTRIBUTING.md

-11
This file was deleted.

‎bower.json

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"webpack.config.js",
2424
"README.md",
2525
"bower.json",
26-
"CONTRIBUTING.md",
2726
"examples",
2827
"node_modules",
2928
"package.json",

‎composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "bpampuch/pdfmake",
33
"type": "library",
44
"description": "Client/server side PDF printing in pure JavaScript",
5-
"keywords": ["pdfmake", "pdf", "javascript"],
5+
"keywords": [
6+
"pdfmake",
7+
"pdf",
8+
"javascript"
9+
],
610
"homepage": "https://github.com/bpampuch/pdfmake",
711
"license": "MIT",
812
"authors": [
@@ -19,8 +23,7 @@
1923
"archive": {
2024
"exclude": [
2125
"bower.json",
22-
"CONTRIBUTING.md",
23-
"/dev-playground",
26+
"/dev-playground",
2427
"/examples",
2528
"tests/",
2629
".github",

0 commit comments

Comments
 (0)
Please sign in to comment.