You've already forked zblade.dev
e037a78c4e
Update version from 0.5.0 to 0.6.0 in package.json, set v0.6.0 release date, and update badge statuses (v0.6.0 → Latest, v0.5.0 → Previous).
19 lines
373 B
JSON
19 lines
373 B
JSON
{
|
|
"name": "zblade-dev",
|
|
"type": "module",
|
|
"version": "0.6.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.8",
|
|
"@astrojs/rss": "^4.0.18",
|
|
"astro": "^6.1.1",
|
|
"typescript": "^6.0.2"
|
|
}
|
|
}
|