We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a57d50 commit 68a20ccCopy full SHA for 68a20cc
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tikkie-checkout",
3
"description": "TypeScript implementation of the Tikkie Fast Checkout API.",
4
- "version": "1.0.0",
+ "version": "1.0.3",
5
"license": "MIT",
6
"author": "Toon van Strijp <toonvanstrijp@gmail.com> (https://www.toonvanstrijp.com)",
7
"repository": "github:ToonvanStrijp/node-tikkie-checkout",
@@ -17,7 +17,8 @@
17
"checkout",
18
"request"
19
],
20
- "main": "lib/index.js",
+ "main": "./lib/index.js",
21
+ "types": "./lib/index.d.ts",
22
"files": [
23
"lib/",
24
"LICENSE.md",
0 commit comments