chore: release v0.10.0
This commit is contained in:
parent
9c551a9e99
commit
53413be6fe
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "@ayco/astro-sw",
|
"name": "@ayco/astro-sw",
|
||||||
"author": "Ayo Ayco",
|
"author": "Ayo Ayco",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.9.4",
|
"version": "0.10.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.ayo.run/ayo/astro-sw"
|
"url": "https://git.ayo.run/ayo/astro-sw"
|
||||||
|
|
@ -43,6 +43,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsup src/astro-sw.ts src/presets/index.ts src/presets/**/index.ts src/eslint/globals.ts --format esm --dts --clean && cp ../README.md .",
|
"build": "tsup src/astro-sw.ts src/presets/index.ts src/presets/**/index.ts src/eslint/globals.ts --format esm --dts --clean && cp ../README.md .",
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
|
"bump": "bumpp",
|
||||||
"publish": "npm publish",
|
"publish": "npm publish",
|
||||||
"version:patch": "npm version patch",
|
"version:patch": "npm version patch",
|
||||||
"version:minor": "npm version minor",
|
"version:minor": "npm version minor",
|
||||||
|
|
@ -53,6 +54,7 @@
|
||||||
"perf"
|
"perf"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"bumpp": "^11.0.1",
|
||||||
"esbuild": "^0.27.4"
|
"esbuild": "^0.27.4"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue