Skip to content

Commit

Permalink
fix CLI execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jokeyrhyme committed Aug 8, 2013
1 parent debaea7 commit 72f4418
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions bin/cdn-sync
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env node

var path = require('path');

require(path.join(__dirname, '..'));
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cdn-sync",
"description": "deflate / synchronise assets to a CDN",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/jokeyrhyme/cdn-sync",
"author": {
"name": "Ron Waldon",
Expand All @@ -23,7 +23,7 @@
}
],
"bin": {
"cdn-sync": "./index.js"
"cdn-sync": "./bin/cdn-sync"
},
"main": "lib/cdn-sync",
"scripts": {
Expand Down

0 comments on commit 72f4418

Please sign in to comment.