Skip to content

Commit

Permalink
[meta] simplify exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 12, 2024
1 parent 3142bc6 commit 690781e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@
"version": "1.1.2",
"description": "Define a data property on an object. Will fall back to assignment in an engine without descriptors.",
"main": "index.js",
"types": "./index.d.ts",
"exports": {
".": [
{
"types": "./index.d.ts",
"default": "./index.js"
},
"./index.js"
],
".": "./index.js",
"./package.json": "./package.json"
},
"sideEffects": false,
"types": "./index.d.ts",
"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated && npm run emit-types",
"prepublish": "not-in-publish || npm run prepublishOnly",
Expand Down

0 comments on commit 690781e

Please sign in to comment.