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

Commit

Permalink
fix(esm): delete __esModule key
Browse files Browse the repository at this point in the history
fixes #471
  • Loading branch information
favna committed Jun 18, 2021
1 parent 2499454 commit 523e2a5
Show file tree
Hide file tree
Showing 2 changed files with 5,464 additions and 6,860 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,35 +32,35 @@
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@sapphire/eslint-config": "^3.1.2",
"@sapphire/prettier-config": "^1.1.1",
"@sapphire/ts-config": "^2.2.1",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@sapphire/eslint-config": "^3.1.4",
"@sapphire/prettier-config": "^1.1.3",
"@sapphire/ts-config": "^2.2.3",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.2",
"@types/node": "^15.12.3",
"@types/node-fetch": "^2.5.10",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"common-tags": "^1.8.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.26.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"gen-esm-wrapper": "^1.1.1",
"gen-esm-wrapper": "^1.1.2",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-circus": "^27.0.3",
"jest": "^27.0.4",
"jest-circus": "^27.0.4",
"lint-staged": "^11.0.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"prettier": "^2.3.1",
"pretty-quick": "^3.1.1",
"replace": "^1.2.1",
"standard-version": "^9.3.0",
"ts-jest": "^26.5.6",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typedoc": "^0.20.36",
"typedoc": "^0.21.0",
"typedoc-plugin-nojekyll": "^1.0.1",
"typescript": "^4.2.4"
"typescript": "^4.3.4"
},
"files": [
"dist/",
Expand Down

0 comments on commit 523e2a5

Please sign in to comment.