Skip to content

Commit 0eb8d37

Browse files
Expose as pub-cli (pugjs#66)
1 parent 21bab2e commit 0eb8d37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "1.0.0-alpha6",
44
"description": "Pug's CLI interface",
55
"bin": {
6-
"pug": "./index.js"
6+
"pug": "./index.js",
7+
"pug-cli": "./index.js"
78
},
89
"preferGlobal": true,
910
"keywords": [],

0 commit comments

Comments
 (0)