Comparing version 0.2.0 to 0.2.1
@@ -10,3 +10,3 @@ /* | ||
/* | ||
* Gearbox | ||
* Gearbox - Container for available tasks. | ||
*/ | ||
@@ -27,2 +27,5 @@ var Gearbox = exports.Gearbox = function Gearbox(options) { | ||
Gearbox.prototype = { | ||
/* | ||
* Load tasks from NPM, directory, or file. | ||
*/ | ||
load: function(options) { | ||
@@ -29,0 +32,0 @@ options = options || {}; |
{ | ||
"name": "gear", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Gear.js - Task-based build system.", | ||
@@ -5,0 +5,0 @@ "author": "Stephen Murphy <stephen@hypernaut.com>", |
@@ -165,3 +165,3 @@ # Gear.js | ||
Load from NPM, directory, or file. | ||
Load tasks from NPM, directory, or file. | ||
@@ -168,0 +168,0 @@ __Arguments__ |
26408
529