Skip to content

Commit

Permalink
chore: Clean up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jan 17, 2024
1 parent 49b8d63 commit c7fe8be
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"types": "dist/retrier.d.ts",
"exports": {
"require": {
"types": "./dist/retrier.d.ts",
"default": "./dist/retrier.cjs"
"default": "./dist/retrier.cjs",
"types": "./dist/retrier.d.ts"
},
"import": {
"types": "./dist/retrier.d.ts",
"default": "./dist/retrier.js"
"default": "./dist/retrier.js",
"types": "./dist/retrier.d.ts"
}
},
"files": [
Expand Down Expand Up @@ -62,10 +62,8 @@
"@eslint/js": "^8.49.0",
"@rollup/plugin-terser": "0.4.4",
"@tsconfig/node16": "^16.1.1",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/node": "20.8.9",
"chai": "4.3.10",
"eslint": "^8.21.0",
"lint-staged": "15.2.0",
"mocha": "10.2.0",
Expand Down

0 comments on commit c7fe8be

Please sign in to comment.