Skip to content

Commit

Permalink
Merge pull request #4 from cacheventures/update-eslint-package-json
Browse files Browse the repository at this point in the history
Update package.json to use `"module"` instead of `"main"`
  • Loading branch information
jclusso authored Sep 25, 2024
2 parents 6874f56 + 6e97fd0 commit 1a9f0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "eslint-config-cache-ventures",
"version": "2.0.0",
"version": "2.0.1",
"description": "Cache Venture's ESLint config.",
"main": "index.js",
"module": "index.mjs",
"homepage": "https://github.com/cacheventures/code-style",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1a9f0eb

Please sign in to comment.