This commit is contained in:
parent
9c551a9e99
commit
7f0ea81578
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@ayco/astro-sw",
|
||||
"author": "Ayo Ayco",
|
||||
"license": "MIT",
|
||||
"version": "0.9.4",
|
||||
"version": "0.10.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.ayo.run/ayo/astro-sw"
|
||||
|
|
@ -43,6 +43,7 @@
|
|||
"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 .",
|
||||
"test": "vitest run",
|
||||
"bump": "bumpp",
|
||||
"publish": "npm publish",
|
||||
"version:patch": "npm version patch",
|
||||
"version:minor": "npm version minor",
|
||||
|
|
@ -53,6 +54,7 @@
|
|||
"perf"
|
||||
],
|
||||
"dependencies": {
|
||||
"bumpp": "^11.0.1",
|
||||
"esbuild": "^0.27.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue