Comparing version
@@ -1,2 +0,2 @@ | ||
var copy = require('./copy.js'); | ||
var copy = require('./copy.js'); | ||
@@ -3,0 +3,0 @@ // Public API |
26
index.js
@@ -1,7 +0,8 @@ | ||
var copy = require('./copy.js') | ||
, chain = require('./chain.js') | ||
, clone = require('./clone.js') | ||
, extend = require('./extend.js') | ||
, append = require('./append.js') | ||
, inherit = require('./inherit.js') | ||
var copy = require('./copy.js') | ||
, chain = require('./chain.js') | ||
, clone = require('./clone.js') | ||
, extend = require('./extend.js') | ||
, append = require('./append.js') | ||
, inherit = require('./inherit.js') | ||
, immutable = require('./immutable.js') | ||
; | ||
@@ -14,7 +15,8 @@ | ||
// expose everything with explicit names | ||
module.exports.copy = copy; | ||
module.exports.chain = chain; | ||
module.exports.clone = clone; | ||
module.exports.extend = extend; | ||
module.exports.append = append; | ||
module.exports.inherit = inherit; | ||
module.exports.copy = copy; | ||
module.exports.chain = chain; | ||
module.exports.clone = clone; | ||
module.exports.extend = extend; | ||
module.exports.append = append; | ||
module.exports.inherit = inherit; | ||
module.exports.immutable = immutable; |
{ | ||
"name": "mixly", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Mixins for prototype inheritance, works with both objects and functions.", | ||
@@ -8,5 +8,5 @@ "main": "index.js", | ||
"lint": "eslint *.js test/*.js", | ||
"test": "nyc --reporter=lcov --reporter=text tape ./test/*.js", | ||
"test": "nyc --reporter=lcov --reporter=text tape ./test/*.js | tap-dot", | ||
"posttest": "nyc check-coverage --lines 98 --functions 100 --branches 98", | ||
"browser": "browserify test/*.js | ghostface | tap-set-exit" | ||
"browser": "browserify test/*.js | ghostface | tap-dot" | ||
}, | ||
@@ -39,15 +39,15 @@ "pre-commit": [ | ||
"devDependencies": { | ||
"browserify": "^12.0.1", | ||
"browserify": "^13.0.0", | ||
"codacy-coverage": "^1.1.3", | ||
"coveralls": "^2.11.6", | ||
"eslint": "^1.10.3", | ||
"eslint": "^2.2.0", | ||
"ghostface": "^1.5.0", | ||
"lodash.partialright": "^3.1.1", | ||
"nyc": "^5.3.0", | ||
"phantomjs": "^1.9.19", | ||
"nyc": "^5.6.0", | ||
"phantomjs-prebuilt": "^2.1.4", | ||
"pre-commit": "^1.1.2", | ||
"reamde": "^1.1.0", | ||
"tap-set-exit": "^1.1.1", | ||
"tap-dot": "^1.0.4", | ||
"tap-nyan": "0.0.2", | ||
"tape": "^4.4.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# mixly <!-- [](https://www.npmjs.com/package/mixly) --> | ||
# mixly [](https://www.npmjs.com/package/mixly) | ||
@@ -8,7 +8,7 @@ Mixins for prototype inheritance, works with both objects and functions. | ||
[](https://ci.appveyor.com/project/alexindigo/mixly) | ||
<!-- [](https://www.npmjs.com/package/reamde) --> | ||
[](https://coveralls.io/github/alexindigo/mixly?branch=master) | ||
[](https://david-dm.org/alexindigo/mixly) | ||
 | ||
<!-- No flat badge yet [](https://www.bithound.io/github/alexindigo/mixly) --> | ||
[](https://www.bithound.io/github/alexindigo/mixly) | ||
@@ -15,0 +15,0 @@ ## Install |
10102
-46.35%13
-35%238
-56.65%