@ardly/bunext 1.0.0 → 1.0.1

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.
package/package.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "name": "@ardly/bunext",
3
3
  "description": "Bunext - A Next.js 15 template with Tailwind CSS, shadcn ui and Bun with some utilities built in",
4
4
  "author": "Ard Astroid <ardastroid@gmail.com>",
5
- "version": "1.0.0",
6
- "bin": "./bin/cli.js",
5
+ "version": "1.0.1",
6
+ "bin": "./bin/cli.mjs",
7
7
  "scripts": {
8
8
  "dev": "next dev --turbopack",
9
9
  "build": "next build",
File without changes