Skip to content

Commit

Permalink
Add binary
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Nov 16, 2016
1 parent 1834154 commit 1211c18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/bem
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node

require('bem-tools-core');
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"license": "MPL-2.0",
"description": "BEM Tools",
"homepage": "https://bem.info/toolbox/bem-tools/",
"bin": {
"bem": "./bin/bem"
},
"author": [
"Vladimir Grinenko <i@tadatuta.com> (https://github.com/tadatuta)",
"Vitaly Harisov <vitaly@harisov.name> (https://github.com/vithar)"
Expand All @@ -24,7 +27,7 @@
"url": "git://github.com/bem-tools/bem-tools.git"
},
"dependencies": {
"bem-tools-core": "^0.0.1",
"bem-tools-core": "^0.0.3",
"bem-tools-create": "^1.1.0"
},
"engines": {
Expand Down

0 comments on commit 1211c18

Please sign in to comment.