Compare commits

..

No commits in common. "98ba682a102a1b03e16450f49d0686202d4458cc" and "8fb255d8428bf46befbf22690b71edd8982d393c" have entirely different histories.

View File

@ -1,6 +1,6 @@
{
"name": "@cubetiq/invoice-print",
"version": "1.0.5",
"version": "1.0.4",
"description": "Invoice Print80m",
"author": "Chantha Suon",
"license": "MIT",
@ -43,7 +43,9 @@
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"react": "^16.0.0"
"react": "^16.0.0",
"@types/pdfmake": "^0.1.15",
"pdfmake": "^0.1.68"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
@ -78,9 +80,5 @@
},
"files": [
"dist"
],
"dependencies": {
"@types/pdfmake": "^0.1.15",
"pdfmake": "^0.1.68"
}
]
}