Skip to content

Commit

Permalink
mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
MBR-0001 committed Feb 1, 2021
1 parent 8a8efcf commit 648bfd8
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 @@ -3,6 +3,7 @@
"version": "1.1.3",
"description": "https://www.npmjs.com/package/sourcequery but it doesn't suck",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"exports": {
".": [
Expand All @@ -11,8 +12,7 @@
"import": "./index.mjs"
},
"./index.js"
],
"./esm": "./index.mjs"
]
},
"scripts": {
"test": "node test.js"
Expand Down

0 comments on commit 648bfd8

Please sign in to comment.