Skip to content

Commit

Permalink
Removed typesVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed May 3, 2024
1 parent e20f183 commit f59e0a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*
!dist/**/*
!src/**/*
!license.md
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.2.1",
"description": "DOM backends for ZenFS",
"main": "dist/index.js",
"types": "dist",
"types": "src/index.ts",
"keywords": [
"filesystem",
"node",
Expand All @@ -27,13 +27,6 @@
".": "./dist/index.js",
"./*": "./dist/*"
},
"typesVersions": {
"*": {
"*": [
"./dist/*"
]
}
},
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
Expand Down

0 comments on commit f59e0a9

Please sign in to comment.