Skip to content

Commit

Permalink
Merge pull request #26 from f0x52/patch-1
Browse files Browse the repository at this point in the history
Fix main and types paths in package.json to be relative
  • Loading branch information
toddbluhm committed May 14, 2020
2 parents 0b44dbd + c80e720 commit 940f5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "bluebird-events",
"version": "3.0.1",
"description": "A wrapper around event emitters that returns a bluerbird promise resolved or rejected when certain events are fired.",
"main": "/dist/index.js",
"types": "/dist/index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=8.0.0"
},
Expand Down

0 comments on commit 940f5fe

Please sign in to comment.