Skip to content

Commit

Permalink
Merge pull request #14 from rocknrolla777/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
rocknrolla777 authored Oct 24, 2017
2 parents b0d34d5 + 64bb580 commit 015ecd1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "7"
- "6"
- "5"
- "4"
- "5"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
[![NSP Status](https://nodesecurity.io/orgs/sergey-reus/projects/bd845837-c965-417a-96f3-013110ed3f58/badge)](https://nodesecurity.io/orgs/sergey-reus/projects/bd845837-c965-417a-96f3-013110ed3f58)
# cascade-delete-mixin

[![Greenkeeper badge](https://badges.greenkeeper.io/rocknrolla777/loopback-cascade-delete-mixin.svg)](https://greenkeeper.io/)

This module is designed for the [Strongloop Loopback](https://github.com/strongloop/loopback) framework. It provides cascade delete with a simple configuration on your models.

## install
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback-cascade-delete-mixin",
"version": "1.1.0",
"version": "1.1.1",
"description": "Loopback cascade delete mixin",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -36,11 +36,11 @@
},
"homepage": "https://github.com/rocknrolla777/loopback-cascade-delete-mixin#readme",
"devDependencies": {
"chai": "^3.5.0",
"debug": "^2.3.3",
"loopback": "^2.36.0",
"mocha": "^3.2.0",
"sinon": "^1.17.6",
"chai": "^4.1.2",
"debug": "^3.1.0",
"loopback": "^3.16.0",
"mocha": "^4.0.1",
"sinon": "^4.0.1",
"sinon-chai": "^2.8.0"
},
"dependencies": {
Expand Down
5 changes: 0 additions & 5 deletions test/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ chai.use(require('sinon-chai'));

global.loopback = require('loopback');

// setup default data sources
global.loopback.setDefaultDataSourceForType('db', {
connector: global.loopback.Memory
});

// auto attach data sources to models
// global.loopback.autoAttach();
chai.config.includeStack = true;
Expand Down

0 comments on commit 015ecd1

Please sign in to comment.