diff --git a/bin/dork.js b/bin/dork.js index 2ba16a8..4f83722 100644 --- a/bin/dork.js +++ b/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 -// 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 +// MIT Licensed +// require('../lib/bin').exec(); \ No newline at end of file diff --git a/package.json b/package.json index 200bbec..33826fd 100644 --- a/package.json +++ b/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",