@@ -6,2 +6,6 @@ | ||
## [2.0.2] - 2018-06-28 | ||
- Installed Greenkeeper and updated all dependencies to the latest version. | ||
## [2.0.1] - 2018-06-28 | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "array-sync", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Data synchronisation module for Node.js", | ||
@@ -31,11 +31,11 @@ "main": "index.js", | ||
"devDependencies": { | ||
"chai": "3.5.0", | ||
"chai-as-promised": "5.3.0", | ||
"clone": "^1.0.2", | ||
"istanbul": "0.4.2", | ||
"mocha": "2.4.5" | ||
"chai": "4.1.2", | ||
"chai-as-promised": "7.1.1", | ||
"clone": "2.1.1", | ||
"istanbul": "0.4.5", | ||
"mocha": "5.2.0" | ||
}, | ||
"dependencies": { | ||
"bluebird": "3.3.4" | ||
"bluebird": "3.5.1" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # array-sync | ||
[](https://travis-ci.org/smebberson/array-sync) | ||
[](https://codecov.io/github/smebberson/array-sync?branch=master) | ||
[](https://codecov.io/github/smebberson/array-sync?branch=master) [](https://greenkeeper.io/) | ||
@@ -8,0 +8,0 @@ array-sync is a complete data synchronization module for Node.js, highly customizable. It will accept a source array, an updated version of that source array and provide an object containing the keys `remove`, `unchanged`, `changed` and `create`. |
Sorry, the diff of this file is not supported yet
44168
1.07%