diff --git a/package.json b/package.json index d77efbb..bdee3e7 100644 --- a/package.json +++ b/package.json @@ -6,17 +6,17 @@ "dependencies": { "async": "^1.5.0", "redis": "^2.6.0", - "sharedb": "^1.0.0-beta" + "sharedb": "^1.0.0" }, "devDependencies": { - "coveralls": "^2.11.8", - "expect.js": "^0.3.1", - "istanbul": "^0.4.2", - "mocha": "^2.3.3" + "chai": "^4.2.0", + "coveralls": "^3.0.7", + "mocha": "^6.2.2", + "nyc": "^14.1.1" }, "scripts": { - "test": "node_modules/.bin/mocha", - "test-cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha" + "test": "./node_modules/.bin/mocha", + "test-cover": "node_modules/nyc/bin/nyc.js --temp-dir=coverage -r text -r lcov node_modules/mocha/bin/_mocha" }, "repository": "git://github.com/share/sharedb-redis-pubsub.git", "author": "Nate Smith",