Skip to content

Commit 242e93d

Browse files
committed
next-on-firebase needs a bin directive
1 parent ce5cfa8 commit 242e93d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/create-next-on-firebase/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "create-next-on-firebase",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Experimental CLI to init a Next.js project for deployment on Firebase",
55
"main": "dist/index.js",
6+
"bin": {
7+
"create": "dist/bin/create.js"
8+
},
69
"scripts": {
710
"build": "rm -rf dist && tsc && chmod +x ./dist/bin/*"
811
},

0 commit comments

Comments
 (0)