create-iles
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "create-iles", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "An easy way to start an îles project", | ||
@@ -51,4 +51,4 @@ "type": "module", | ||
"test": "node test.js", | ||
"release": "npx bumpp --commit --tag --push && pnpm publish --tag next" | ||
"release": "npx bumpp --commit --tag --push && pnpm publish --tag next --tag latest" | ||
} | ||
} |
@@ -5,4 +5,2 @@ [îles]: https://github.com/ElMassimo/iles | ||
[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/ElMassimo/create-iles) | ||
An easy way to start an [îles] project | ||
@@ -9,0 +7,0 @@ |
{ | ||
"recommendations": ["johnsoncodehk.volar"] | ||
"recommendations": ["Vue.volar"] | ||
} |
218932
16