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 18ac8be commit 6eaf5dc
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,4 +1,5 @@
*
!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.0.1",
"description": "Emscripten backend 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 6eaf5dc

Please sign in to comment.