Skip to content

Commit

Permalink
[Breaking] add exports to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 1, 2019
1 parent 783d47e commit ecd15ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
"version": "1.1.1",
"description": "node's assert.deepEqual algorithm",
"main": "index.js",
"exports": {
".": [
{
"default": "./index.js"
},
"./index.js"
],
"./package": "./package.json",
"./package.json": "./package"
},
"directories": {
"lib": ".",
"example": "example",
Expand Down

0 comments on commit ecd15ae

Please sign in to comment.