Comparing version 0.2.7 to 0.2.8
@@ -30,3 +30,3 @@ { | ||
}, | ||
"version" : "0.2.7" | ||
"version" : "0.2.8" | ||
} |
@@ -1,2 +0,2 @@ | ||
# m8.js | ||
# m8.js [![build status](https://secure.travis-ci.org/constantology/m8.png)](http://travis-ci.org/constantology/m8) | ||
@@ -3,0 +3,0 @@ m8 (mate) is a small utility library – for modern JavaScript engines – you might find useful or just plain annoying. |
@@ -1,2 +0,2 @@ | ||
typeof m8 !== 'undefined' || ( m8 = require( 'm8' ) ); | ||
typeof m8 !== 'undefined' || ( m8 = require( '../m8' ) ); | ||
typeof chai !== 'undefined' || ( chai = require( 'chai' ) ); | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
90167
17