Skip to content

Commit

Permalink
Mark as executable
Browse files Browse the repository at this point in the history
  • Loading branch information
haskellcamargo committed Aug 8, 2017
1 parent 626d691 commit 7a86232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gemidao-do-zap",
"version": "0.1.1",
"version": "0.1.2",
"description": "Uma aplicação de linha de comando que liga para alguém tocando o gemidão do Zap",
"bin": {
"gemidao-do-zap": "./dist/cli.js"
Expand Down
2 changes: 2 additions & 0 deletions src/cli.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import yargs from 'yargs';
import { green, red } from 'colors/safe';
import { pipe, prop } from 'ramda';
Expand Down

0 comments on commit 7a86232

Please sign in to comment.