Skip to content

Commit 0c664ee

Browse files
committed
Fixes command name
1 parent b4d5702 commit 0c664ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "paper-css",
33
"version": "0.2.0",
44
"description": "Paper CSS for happy printing",
5-
"bin": "./bin/paper.js",
5+
"bin": {
6+
"paper": "./bin/paper.js"
7+
},
68
"files": [
79
"bin",
810
"lib",

0 commit comments

Comments
 (0)