Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpoli committed Oct 12, 2024
1 parent b02d77f commit a129a04
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "honkoku-toolbox",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "biome format --write .",
"lint": "biome lint --write .",
"version": "bumpp-version"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@neodrag/svelte": "^2.0.6",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"@tsconfig/svelte": "^5.0.4",
"@types/codemirror": "^5.60.15",
"bumpp-version": "^1.0.2",
"svelte": "^5.0.0-next.264",
"svelte-check": "^4.0.5",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-monkey": "^4.0.6"
}
"name": "honkoku-toolbox",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "biome format --write .",
"lint": "biome lint --write .",
"version": "bumpp-version"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@neodrag/svelte": "^2.0.6",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"@tsconfig/svelte": "^5.0.4",
"@types/codemirror": "^5.60.15",
"bumpp-version": "^1.0.2",
"svelte": "^5.0.0-next.264",
"svelte-check": "^4.0.5",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-monkey": "^4.0.6"
}
}

0 comments on commit a129a04

Please sign in to comment.