Add CLI file
This commit is contained in:
parent
48f46e25b4
commit
05df529e97
2 changed files with 2 additions and 0 deletions
1
lib/cli.js
Normal file
1
lib/cli.js
Normal file
|
@ -0,0 +1 @@
|
|||
#!/usr/bin/env node
|
|
@ -8,6 +8,7 @@
|
|||
"lint": "eslint 'lib/'"
|
||||
},
|
||||
"author": "TheOrangeOne",
|
||||
"bin": "./bin/cli.js",
|
||||
"dependencies": {
|
||||
"browserify": "=13.0.0",
|
||||
"browserify-transform-tools": "=1.5.3",
|
||||
|
|
Reference in a new issue