Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Olayvar committed Aug 23, 2012
2 parents 997aa52 + 5995b49 commit b89cc90
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions bin/dork.js
@@ -1,13 +1,13 @@
#!/usr/bin/env node
//
// bin/dork.js
//
// The bin Dork.js entry point.
//
// Note that this file is in JavaScript because CoffeeScript is currently
// unable to properly add hashbangs as this file has.
//
// Copyright (c) 2012 Lee Olayvar <leeolayvar@gmail.com>
// MIT Licensed
//
#!/usr/bin/env node
//
// bin/dork.js
//
// The bin Dork.js entry point.
//
// Note that this file is in JavaScript because CoffeeScript is currently
// unable to properly add hashbangs as this file has.
//
// Copyright (c) 2012 Lee Olayvar <leeolayvar@gmail.com>
// MIT Licensed
//
require('../lib/bin').exec();
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dork",
"version": "0.0.2",
"version": "0.0.3",
"description": "A very basic, api friendly, testing framework.",
"keywords": [
"test",
Expand Down

0 comments on commit b89cc90

Please sign in to comment.