Skip to content

Commit 68a20cc

Browse files
committed
fixed npm import paths by settings main and types correctly
1 parent 3a57d50 commit 68a20cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tikkie-checkout",
33
"description": "TypeScript implementation of the Tikkie Fast Checkout API.",
4-
"version": "1.0.0",
4+
"version": "1.0.3",
55
"license": "MIT",
66
"author": "Toon van Strijp <toonvanstrijp@gmail.com> (https://www.toonvanstrijp.com)",
77
"repository": "github:ToonvanStrijp/node-tikkie-checkout",
@@ -17,7 +17,8 @@
1717
"checkout",
1818
"request"
1919
],
20-
"main": "lib/index.js",
20+
"main": "./lib/index.js",
21+
"types": "./lib/index.d.ts",
2122
"files": [
2223
"lib/",
2324
"LICENSE.md",

0 commit comments

Comments
 (0)