Skip to content

Commit 9e8024f

Browse files
committed
0.6.1
1 parent ba24ad4 commit 9e8024f

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "create-stack-next",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Scaffolder opinado para proyectos Next.js 15 con TypeScript estricto, Biome, Vitest, Playwright y AI agent config preinstalado.",
55
"type": "module",
66
"bin": {
77
"create-stack-next": "dist/index.js"
88
},
9-
"files": ["dist", "template", "template-api"],
9+
"files": [
10+
"dist",
11+
"template",
12+
"template-api"
13+
],
1014
"scripts": {
1115
"build": "tsc",
1216
"dev": "tsc --watch",

0 commit comments

Comments
 (0)