bookshelf-bind-all
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "bookshelf-bind-all", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Bind events to all instances of your bookshelf models", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha --reporter spec" | ||
"test": "mocha --reporter spec", | ||
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*" | ||
}, | ||
@@ -28,7 +29,9 @@ "repository": { | ||
"devDependencies": { | ||
"bookshelf": "^0.8.1", | ||
"chai": "^3.0.0", | ||
"bookshelf": "0.8.1", | ||
"chai": "3.0.0", | ||
"chai-spies": "0.6.0", | ||
"coveralls": "2.11.2", | ||
"istanbul": "0.3.17", | ||
"knex": "0.8.6", | ||
"mocha": "^2.2.5", | ||
"mocha": "2.2.5", | ||
"sqlite3": "3.0.8" | ||
@@ -35,0 +38,0 @@ }, |
# Bookshelf Bind All | ||
Provides an easy helper method to allow you to bind events to all instances of a model.` | ||
[![Build Status](https://travis-ci.org/mAAdhaTTah/bookshelf-bind-all.svg?branch=master)](https://travis-ci.org/mAAdhaTTah/bookshelf-bind-all) [![Coverage Status](https://coveralls.io/repos/mAAdhaTTah/bookshelf-bind-all/badge.svg?branch=master&service=github)](https://coveralls.io/github/mAAdhaTTah/bookshelf-bind-all?branch=master) | ||
Provides an easy helper method to allow you to bind events to all instances of a model. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5
30482
8