Skip to content

Commit

Permalink
Add package.json to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Nov 19, 2021
1 parent 42c7b31 commit fd6acb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -12,7 +12,8 @@
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"./package.json": "./package.json"
},
"scripts": {
"lint": "eslint --cache .",
Expand Down

0 comments on commit fd6acb8

Please sign in to comment.