Skip to content

Commit

Permalink
chore: minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 9, 2024
1 parent 06d2572 commit d78806a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog


## v0.1.0...main

[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.1.0...main)

### 🏡 Chore

- Use `dtsx` to generate dts ([d791c84](https://github.com/stacksjs/bun-plugin-dts-auto/commit/d791c84))

### ❤️ Contributors

- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@
"description": "A Bun Bundler plugin that allows for auto-imports.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/stacksjs/bun-plugin-dts-auto#readme",
"homepage": "https://github.com/stacksjs/bun-plugin-auto-imports#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/bun-plugin-dts-auto.git"
"url": "git+https://github.com/stacksjs/bun-plugin-auto-imports.git"
},
"bugs": {
"url": "https://github.com/stacksjs/bun-plugin-dts-auto/issues"
"url": "https://github.com/stacksjs/bun-plugin-auto-imports/issues"
},
"keywords": [
"auto-imports",
"bun",
"plugin",
"unimport",
"package",
"stacks"
],
Expand All @@ -37,7 +38,6 @@
"lint": "bunx eslint .",
"lint:fix": "bunx eslint . --fix",
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
"commit": "git cz",
"changelog": "bunx changelogen --output CHANGELOG.md",
"prepublishOnly": "bun run build",
"release": "bun run changelog && bunx bumpp package.json --all",
Expand All @@ -60,6 +60,6 @@
"pre-commit": "bun lint-staged"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "bunx eslint . --fix"
"*.{js,ts}": "bunx eslint . --fix"
}
}

0 comments on commit d78806a

Please sign in to comment.