Skip to content

Commit

Permalink
chore: release v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
13OnTheCode committed Aug 11, 2023
1 parent 62409cb commit 31cf7aa
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@13onthecode/eslint-config",
"description": "ESLint shareable configurations",
"version": "1.1.5",
"version": "1.1.6",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/13OnTheCode/eslint-config#readme",
Expand Down Expand Up @@ -65,16 +65,8 @@
"optional": true
}
},
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"LICENSE.md",
Expand Down

0 comments on commit 31cf7aa

Please sign in to comment.