@devkitlab/create-nextjs 0.2.9 → 0.2.10

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/README.md +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,8 +62,3 @@ This starter is useful if you want:
62
62
  - Tailwind configured out of the box
63
63
  - a starter that can grow into a CMS-backed app
64
64
  - a reusable foundation for client projects or internal tools
65
-
66
- ## Package
67
-
68
- - npm: `@devkitlab/create-nextjs`
69
- - repository: `shahadat-robin/devkitlab-nextjs`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devkitlab/create-nextjs",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "Create a DevkitLab Next.js starter app with TypeScript and Tailwind CSS.",
5
5
  "type": "module",
6
6
  "bin": {