Skip to content

Commit

Permalink
Npmignore type test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Nov 23, 2024
1 parent 3cb98e4 commit 71e6714
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
"@scure/base": "~1.2.0"
},
"files": [
"lib/index.js",
"lib/index.d.ts",
"lib/index.d.ts.map",
"lib/esm/index.js",
"lib/debugger.js",
"lib/debugger.d.ts",
"lib/debugger.d.ts.map",
"lib/esm/debugger.js",
"lib/esm/package.json",
"!lib/_type_test.js",
"!lib/_type_test.js.map",
"!lib/_type_test.d.ts",
"!lib/_type_test.d.ts.map",
"!lib/esm/_type_test.js",
"!lib/esm/_type_test.js.map",
"!lib/esm/_type_test.d.ts",
"!lib/esm/_type_test.d.ts.map",
"!src/_type_test.ts",
"lib",
"src"
],
"main": "lib/index.js",
Expand Down

0 comments on commit 71e6714

Please sign in to comment.