Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 4, 2024
1 parent 69840de commit 8b3c76e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "@unplugin/replace",
"version": "0.0.0",
"version": "0.2.0",
"exports": {
"./index": "./src/index.ts",
"./esbuild": "./src/esbuild.ts",
"./rollup": "./src/rollup.ts",
"./vite": "./src/vite.ts",
"./webpack": "./src/webpack.ts"
},
"exclude": ["tests", "pnpm-lock.yaml", "tsup.config.ts", "eslint.config.js"]
"exclude": [

Check warning on line 11 in jsr.json

View workflow job for this annotation

GitHub Actions / lint

Replace `⏎····"tests",⏎····"pnpm-lock.yaml",⏎····"tsup.config.ts",⏎····"eslint.config.js"⏎··` with `"tests",·"pnpm-lock.yaml",·"tsup.config.ts",·"eslint.config.js"`
"tests",
"pnpm-lock.yaml",
"tsup.config.ts",
"eslint.config.js"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-replace",
"version": "0.0.0",
"version": "0.2.0",
"packageManager": "[email protected]",
"description": "A universal bundler plugin which replaces targeted strings in files.",
"keywords": [
Expand Down

0 comments on commit 8b3c76e

Please sign in to comment.