Skip to content

Commit

Permalink
Remove obsolete "main" field
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 25, 2024
1 parent e652c23 commit 77cfcf7
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,11 @@
"license": "MIT",
"type": "module",
"module": "dist/assert-deep-strict-equal.js",
"main": "dist/assert-deep-strict-equal.js",
"types": "dist/assert-deep-strict-equal.d.ts",
"exports": "./dist/assert-deep-strict-equal.js",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/assert-deep-strict-equal.js"
},
"./": "./dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/center-key/assert-deep-strict-equal.git"
Expand Down Expand Up @@ -79,14 +73,14 @@
"examples": "npm test && mocha examples.spec.js"
},
"devDependencies": {
"@types/node": "~20.10",
"@typescript-eslint/eslint-plugin": "~6.17",
"@typescript-eslint/parser": "~6.17",
"@types/node": "~20.11",
"@typescript-eslint/eslint-plugin": "~6.19",
"@typescript-eslint/parser": "~6.19",
"add-dist-header": "~1.3",
"copy-file-util": "~1.1",
"copy-folder-util": "~1.1",
"eslint": "~8.56",
"fetch-json": "~3.2",
"fetch-json": "~3.3",
"jshint": "~2.13",
"merge-stream": "~2.0",
"mocha": "~10.2",
Expand Down

0 comments on commit 77cfcf7

Please sign in to comment.