Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
tslib re-added
Browse files Browse the repository at this point in the history
  • Loading branch information
HamAndRock committed Jan 28, 2021
1 parent 777b4f4 commit fab636a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trisbee/qr-image-nodejs",
"version": "1.0.2",
"version": "1.0.3",
"types": "dist/index.d.ts",
"description": "Allows you to generate image in middle of QR code",
"main": "dist/index.js",
Expand All @@ -13,7 +13,8 @@
},
"dependencies": {
"canvas": "^2.6.1",
"qrcode": "^1.4.4"
"qrcode": "^1.4.4",
"tslib": "^2.1.0"
},
"devDependencies": {
"@types/node": "^14.0.27",
Expand Down

0 comments on commit fab636a

Please sign in to comment.