Skip to content

Commit 50c7027

Browse files
committed
feat(bin): add bin scripts to package.json
1 parent 1eadc61 commit 50c7027

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"engines": {
66
"node": ">=4.0.0"
77
},
8+
"bin": {
9+
"render-vendor": "./bin/render-vendor"
10+
},
811
"main": "renderer.js",
912
"scripts": {
1013
"build": "babel src -d .",

0 commit comments

Comments
 (0)