Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FvckSh1t committed Dec 13, 2013
1 parent 284fb26 commit 88cff9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/sd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node

require('../')(process.argv, function() {
require('../')(process.argv.slice(2), function() {
process.exit();
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sd",
"version": "0.0.2",
"version": "0.0.3",
"bin": {
"s": "./bin/sd",
"sd": "./bin/sd"
Expand Down

0 comments on commit 88cff9c

Please sign in to comment.