Skip to content

Commit

Permalink
Fixed #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Kliment committed Oct 25, 2013
1 parent ae4d4d7 commit 517d7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/dredd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env node
var cli = require('cli');
var path = require('path');
var Dredd = require('../lib/dredd');

cli.enable('version', 'status');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dredd",
"version": "0.1.3",
"version": "0.1.4",
"description": "API Blueprint testing tool",
"main": "lib/dredd.js",
"bin": {
Expand Down

0 comments on commit 517d7ef

Please sign in to comment.