Skip to content

Commit

Permalink
Add fake test script
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-r committed Jun 23, 2021
1 parent 6839282 commit 610aea8
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "@heritage-type/svg-to-pdfkit",
"version": "0.1.8",
"description": "Insert SVG into a PDF document created with PDFKit",
"author": "HeritageType",
"license": "MIT",
"repository": "https://github.com/HeritageType/SVG-to-PDFKit",
"bugs": "https://github.com/HeritageType/SVG-to-PDFKit/issues",
"main": "source.js",
"dependencies": {
"pdfkit": ">=0.8.1"
}
}
{
"name": "@heritage-type/svg-to-pdfkit",
"version": "0.1.8",
"description": "Insert SVG into a PDF document created with PDFKit",
"author": "HeritageType",
"license": "MIT",
"repository": "https://github.com/HeritageType/SVG-to-PDFKit",
"bugs": "https://github.com/HeritageType/SVG-to-PDFKit/issues",
"main": "source.js",
"scripts": {
"test": "echo 'no tests';exit 0"
},
"dependencies": {
"pdfkit": ">=0.8.1"
}
}

0 comments on commit 610aea8

Please sign in to comment.