Compare commits
3 Commits
8fb255d842
...
98ba682a10
Author | SHA1 | Date | |
---|---|---|---|
98ba682a10 | |||
5122152667 | |||
f93a6332ea |
12
package.json
12
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cubetiq/invoice-print",
|
"name": "@cubetiq/invoice-print",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"description": "Invoice Print80m",
|
"description": "Invoice Print80m",
|
||||||
"author": "Chantha Suon",
|
"author": "Chantha Suon",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -43,9 +43,7 @@
|
|||||||
"deploy": "gh-pages -d example/build"
|
"deploy": "gh-pages -d example/build"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^16.0.0",
|
"react": "^16.0.0"
|
||||||
"@types/pdfmake": "^0.1.15",
|
|
||||||
"pdfmake": "^0.1.68"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@testing-library/jest-dom": "^4.2.4",
|
"@testing-library/jest-dom": "^4.2.4",
|
||||||
@ -80,5 +78,9 @@
|
|||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
]
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"@types/pdfmake": "^0.1.15",
|
||||||
|
"pdfmake": "^0.1.68"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user