Skip to content

Commit

Permalink
Change extras path
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong authored and fernandojsg committed Jun 27, 2020
1 parent 768a49b commit 05585e2
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 @@ -11,8 +11,8 @@
"import": "./src/index.js"
},
"./extras": {
"require": "./cjs/extras.js",
"import": "./src/extras.js"
"require": "./cjs/extras/index.js",
"import": "./src/extras/index.js"
}
},
"files": [
Expand Down

0 comments on commit 05585e2

Please sign in to comment.