Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from ankon/patch-1
Browse files Browse the repository at this point in the history
Expose to users that the src/index.js should be used in ESM environments
  • Loading branch information
jj-bk authored Mar 1, 2020
2 parents ed3135d + 2e0312e commit 5fc725a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"license": "MIT",
"homepage": "https://github.com/jayco/accept-language-negotiator#readme",
"main": "dist/index.js",
"module": "src/index.js",
"scripts": {
"test": "NODE_ENV=test mocha --require @babel/register --recursive",
"cov": "NODE_ENV=test COVERAGE=yes LOG_LEVEL=fatal istanbul cover --report html ./node_modules/.bin/_mocha -- --require @babel/register --recursive && open coverage/index.html",
Expand Down

0 comments on commit 5fc725a

Please sign in to comment.