Skip to content

Commit

Permalink
fix(jsii): Correct the 'types' attribute in package.json (#876)
Browse files Browse the repository at this point in the history
index.ts is not part of the tarball. Switch to the declaration file
instead.
  • Loading branch information
nija-at committed Oct 10, 2019
1 parent b16fc6b commit 391a7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node": ">= 10.3.0"
},
"main": "lib/index.js",
"types": "lib/index.ts",
"types": "lib/index.d.ts",
"bin": {
"jsii": "bin/jsii"
},
Expand Down

0 comments on commit 391a7ec

Please sign in to comment.