We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d672b0 commit 2a5df6aCopy full SHA for 2a5df6a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mrhenry/failure",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "A failure type for TypeScript",
5
"author": "Simon Menke <[email protected]>",
6
"license": "MIT",
@@ -14,7 +14,7 @@
14
"url": "https://github.com/mrhenry/failure-js",
15
"type": "git"
16
},
17
- "types": "lib/index.ts.d",
+ "types": "lib/index.d.ts",
18
"main": "lib/index.js",
19
"scripts": {
20
"build": "tsc",
0 commit comments