Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ardean committed Feb 1, 2017
1 parent b2b11a6 commit 3eaa875
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pdf-invoice-simple",
"description": "A Simple PDF Invoice Template",
"main": "dist/pdf-invoice-simple.js",
"version": "0.4.2",
"version": "0.4.3",
"author": "Orbin",
"keywords": [
"pdf",
Expand All @@ -23,6 +23,7 @@
"build": "jspm bundle [src/**/*.js] dist/pdf-invoice-simple.js"
},
"jspm": {
"jspmNodeConversion": false,
"dependencies": {
"moment": "npm:moment@^2.17.1",
"pdfmake": "github:bpampuch/pdfmake@^0.1.25"
Expand Down

0 comments on commit 3eaa875

Please sign in to comment.