Skip to content

Commit

Permalink
fix(jsii-diff): add 'main' property to package.json (#877)
Browse files Browse the repository at this point in the history
Without the 'main' property, a consuming module cannot `require` it.
  • Loading branch information
nija-at committed Oct 11, 2019
1 parent 391a7ec commit 670d94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jsii-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"engines": {
"node": ">= 10.3.0"
},
"main": "lib/index.js",
"bin": {
"jsii-diff": "bin/jsii-diff"
},
Expand Down

0 comments on commit 670d94a

Please sign in to comment.