Skip to content

Commit

Permalink
Drop mjs file from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Aug 22, 2024
1 parent f86dc51 commit 463b64e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
53 changes: 0 additions & 53 deletions index.mjs

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"main": "./index.js",
"types": "index.d.ts",
"exports": {
"require": "./index.js",
"import": "./index.mjs"
"require": "./index.js"
},
"scripts": {
"test": "npm run build && npm run lint && tap test/unit/{*,**/*}.test.ts",
Expand Down

0 comments on commit 463b64e

Please sign in to comment.