Skip to content

Commit

Permalink
Trying to fix global setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sap1ens committed Jun 9, 2016
1 parent cfc4fe9 commit 8852709
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 0 additions & 3 deletions bin/syrup

This file was deleted.

3 changes: 3 additions & 0 deletions bin/syrup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node

require("../lib/syrup");
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "syrup-cli",
"version": "0.8.0",
"version": "0.8.1",
"description": "Scrum workflow CLI for Waffle.io",
"main": "./lib/syrup.js",
"bin": {
"syrup": "./bin/syrup"
"syrup": "bin/syrup.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8852709

Please sign in to comment.