Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Himenon committed Dec 12, 2024
1 parent 3539360 commit 5804c6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"name": "@himenon/template-esm-js",
"version": "1.1.6",
"description": "ESModule Library Template",
"keywords": [
"template",
"typescript"
],
"keywords": ["template", "typescript"],
"homepage": "https://github.com/Himenon/template-esm-js#readme",
"bugs": {
"url": "https://github.com/Himenon/template-esm-js/issues"
Expand Down Expand Up @@ -37,11 +34,7 @@
"directories": {
"dist": "dist"
},
"files": [
"dist",
"package.json",
"README.md"
],
"files": ["dist", "package.json", "README.md"],
"scripts": {
"build": "tsup src/*.ts",
"clean": "rimraf dist",
Expand All @@ -59,9 +52,7 @@
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*.{js,jsx,json,yml,yaml,html,md,ts,tsx}": [
"biome format --no-errors-on-unmatched --write"
]
"*.{js,jsx,json,yml,yaml,html,md,ts,tsx}": ["biome format --no-errors-on-unmatched --write"]
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"ts-node": {
"esm": true,
"swc": true,
},
"swc": true
}
}

0 comments on commit 5804c6a

Please sign in to comment.