Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "lokijs", | ||
"version": "1.1.0", | ||
"description": "A document oriented javascript in-memory database", | ||
"version": "1.1.1", | ||
"description": "Fast document oriented javascript in-memory database", | ||
"homepage": "http://lokijs.org", | ||
@@ -24,3 +24,3 @@ "main": "src/lokijs.js", | ||
"scripts": { | ||
"test": "istanbul cover tests/" | ||
"test": "make test && istanbul cover tests/" | ||
}, | ||
@@ -27,0 +27,0 @@ "author": "Joe Minichino <joe.minichino@gmail.com>", |
# LokiJS | ||
![alt CI-badge](https://travis-ci.org/techfort/LokiJS.svg?branch=master) | ||
[![npm version](https://badge.fury.io/js/lokijs.svg)](http://badge.fury.io/js/lokijs) | ||
@@ -4,0 +5,0 @@ ## Overview |
@@ -25,3 +25,3 @@ var loki = require('../src/lokijs.js'), | ||
db.emit('test', 42); | ||
db.remove('test', index); | ||
db.removeListener('test', index); | ||
@@ -28,0 +28,0 @@ suite.assertEqual('Event has no listeners attached', db.events['test'].length, 0); |
Sorry, the diff of this file is too big to display
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
2986795
35
84