@codabytez/create-next-template 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -107,6 +107,8 @@ var BASE_DEV_DEPS = {
107
107
  "@tailwindcss/postcss": "^4.2.2",
108
108
  postcss: "^8.5.8",
109
109
  // Code quality
110
+ eslint: "^10.1.0",
111
+ "eslint-config-next": "^16.2.0",
110
112
  "@eslint/eslintrc": "^3.3.5",
111
113
  prettier: "^3.8.1",
112
114
  "eslint-config-prettier": "^10.1.8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codabytez/create-next-template",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "CLI to scaffold Next.js projects with your preferred stack",
5
5
  "bin": {
6
6
  "create-next-template": "./dist/index.js"