Update package.json
This commit is contained in:
parent
09d31733d3
commit
c0446ffdfe
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"main": "dist",
|
||||
"main": "dist/index.js",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
"xo": "^0.26.1",
|
||||
"zen-observable": "^0.8.8"
|
||||
},
|
||||
"types": "dist",
|
||||
"types": "dist/index.d.ts",
|
||||
"sideEffects": false,
|
||||
"ava": {
|
||||
"extensions": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue