Skip to content

Commit

Permalink
Add package.json "type" field (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienchazal authored Sep 22, 2022
1 parent 2d89a98 commit 5b8bfe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
export default {
testEnvironment: 'jsdom'
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"test": "jest tests/**/*.test.js",
"lint": "eslint {src,tests}/**/*.js"
},
"type": "module",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
Expand Down

0 comments on commit 5b8bfe5

Please sign in to comment.