Skip to content

Commit

Permalink
fixed npm import paths by settings main and types correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
toonvanstrijp committed Feb 21, 2019
1 parent 3a57d50 commit 68a20cc
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,7 +1,7 @@
{
"name": "tikkie-checkout",
"description": "TypeScript implementation of the Tikkie Fast Checkout API.",
"version": "1.0.0",
"version": "1.0.3",
"license": "MIT",
"author": "Toon van Strijp <[email protected]> (https://www.toonvanstrijp.com)",
"repository": "github:ToonvanStrijp/node-tikkie-checkout",
Expand All @@ -17,7 +17,8 @@
"checkout",
"request"
],
"main": "lib/index.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib/",
"LICENSE.md",
Expand Down

0 comments on commit 68a20cc

Please sign in to comment.