create-iles
Advanced tools
Comparing version 0.7.23 to 0.8.0
{ | ||
"name": "create-iles", | ||
"version": "0.7.23", | ||
"version": "0.8.0", | ||
"description": "An easy way to start an îles project", | ||
@@ -52,4 +52,3 @@ "type": "module", | ||
"release": "npx bumpp --commit --tag --push && pnpm publish --tag next" | ||
}, | ||
"readme": "[îles]: https://github.com/ElMassimo/iles\n\n# create-iles\n\n[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/ElMassimo/create-iles)\n\nAn easy way to start an [îles] project\n\n## Usage\n\n```sh\nnpm init iles@next\n```\n\n### Special Thanks\n\n- @sodatea for creating the wonderful [create-vue](https://github.com/vuejs/create-vue) setup on which this starter is built on top of.\n" | ||
} | ||
} |
@@ -11,4 +11,4 @@ { | ||
"devDependencies": { | ||
"iles": "^0.7.19" | ||
"iles": "^0.8.0" | ||
} | ||
} |
@@ -6,5 +6,5 @@ { | ||
"devDependencies": { | ||
"@preact/preset-vite": "^2.2.0", | ||
"preact-render-to-string": "^5.1.20" | ||
"@preact/preset-vite": "^2.3.0", | ||
"preact-render-to-string": "^5.2.1" | ||
} | ||
} |
@@ -7,4 +7,4 @@ { | ||
"typescript": "^4.5", | ||
"vue-tsc": "^0.29" | ||
"vue-tsc": "^0.38" | ||
} | ||
} |
219060