diff --git a/package.json b/package.json index 2463411..dfed659 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cassandra-jpa", - "version": "0.8.0", + "version": "0.8.1", "description": "Imergo Node.js Javascript Persistence API for Apache Cassandra.", "main": "index.js", "repository": { @@ -26,7 +26,7 @@ "cassandra-driver": "2.2.2", "debug": "2.2.0", "string": "3.3.1", - "typly": "latest", + "typly": "0.3.0", "underscore": "1.8.3", "uuid": "^2.0.1" }, @@ -39,8 +39,8 @@ } }, "scripts": { - "jpa:test": "mocha -R spec -t 7000 test/**/*.test.js", - "jpa:cover": "istanbul cover -x *.test.js node_modules/mocha/bin/_mocha" + "test": "mocha -R spec -t 7000 test/**/*.test.js", + "cover": "istanbul cover -x *.test.js node_modules/mocha/bin/_mocha" }, "license": "Apache-2.0", "engines": {