Skip to content

Commit 2a5df6a

Browse files
committed
Fix types path
1 parent 4d672b0 commit 2a5df6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrhenry/failure",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A failure type for TypeScript",
55
"author": "Simon Menke <[email protected]>",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/mrhenry/failure-js",
1515
"type": "git"
1616
},
17-
"types": "lib/index.ts.d",
17+
"types": "lib/index.d.ts",
1818
"main": "lib/index.js",
1919
"scripts": {
2020
"build": "tsc",

0 commit comments

Comments
 (0)