Skip to content

Commit

Permalink
refactor!: remove empty lib/index.js entrypoint (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
fvsch authored Dec 12, 2024
1 parent 0820153 commit 69b116c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.vscode
/lib
/node_modules
/*.tgz
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@
"url": "https://www.npmjs.com/~fvsch"
},
"type": "module",
"main": "./lib/index.js",
"bin": {
"servitsy": "bin/servitsy.js"
},
"exports": {
".": {
"import": "./lib/index.js"
}
},
"files": [
"./lib",
"./LICENSE",
Expand All @@ -42,10 +36,10 @@
"typecheck": "tsc -p tsconfig.json --noEmit && tsc -p test/tsconfig.json --noEmit"
},
"devDependencies": {
"@types/node": "^20.17.9",
"@types/node": "^22.10.2",
"fs-fixture": "^2.6.0",
"linkedom": "^0.18.5",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"typescript": "~5.7.2",
"vitest": "^2.1.8"
}
Expand Down
Empty file removed src/index.ts
Empty file.

0 comments on commit 69b116c

Please sign in to comment.