Comparing version 0.1.0 to 0.1.1
@@ -30,3 +30,3 @@ /*! | ||
*/ | ||
function Onyx () { | ||
var Onyx = module.exports = function Onyx () { | ||
} | ||
@@ -285,3 +285,1 @@ | ||
}; | ||
exports.Onyx = Onyx; |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "http://yuilibrary.com/", | ||
@@ -17,3 +17,3 @@ "author": "Reid Burke <me@reidburke.com> (http://reidburke.com/)", | ||
}], | ||
"main": "./lib/onyx", | ||
"main": "./lib/index", | ||
"directories": { | ||
@@ -25,8 +25,8 @@ "lib": "./lib" | ||
"devDependencies" : { | ||
"jslint" : ">=0.1.0", | ||
"jslint" : ">=0.1.2", | ||
"ronn" : ">=0.3.5", | ||
"vows" : ">=0.5.0 <0.5.10" | ||
"vows" : ">=0.6.0" | ||
}, | ||
"engines": { | ||
"node": "~0.4.9" | ||
"node": "~0.4.9 ~0.6.5" | ||
}, | ||
@@ -33,0 +33,0 @@ "scripts": { |
@@ -12,3 +12,3 @@ /*! | ||
var Onyx = require("../lib/onyx").Onyx; | ||
var Onyx = require("../lib/index").Onyx; | ||
@@ -15,0 +15,0 @@ function mockRequest () { |
19356
17
505