We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b11a6 commit 3eaa875Copy full SHA for 3eaa875
package.json
@@ -2,7 +2,7 @@
2
"name": "pdf-invoice-simple",
3
"description": "A Simple PDF Invoice Template",
4
"main": "dist/pdf-invoice-simple.js",
5
- "version": "0.4.2",
+ "version": "0.4.3",
6
"author": "Orbin",
7
"keywords": [
8
"pdf",
@@ -23,6 +23,7 @@
23
"build": "jspm bundle [src/**/*.js] dist/pdf-invoice-simple.js"
24
},
25
"jspm": {
26
+ "jspmNodeConversion": false,
27
"dependencies": {
28
"moment": "npm:moment@^2.17.1",
29
"pdfmake": "github:bpampuch/pdfmake@^0.1.25"
0 commit comments