Skip to content

Commit

Permalink
feat: adds package exports to simplify imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticShadow committed Nov 16, 2023
1 parent a6d54cc commit 49461df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"type": "git",
"url": "git+https://github.com/arcticShadow/eslint-config.git"
},
"exports": {
".": "./src/index.js",
"./*": "./src/*.js"
},
"author": "",
"license": "WTFPL",
"homepage": "https://github.com/arcticshadow/eslint-config#readme",
Expand Down

0 comments on commit 49461df

Please sign in to comment.