Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

Commit

Permalink
0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evlach committed Dec 2, 2015
1 parent 8cadab1 commit 21704b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
},
Expand All @@ -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": {
Expand Down

0 comments on commit 21704b1

Please sign in to comment.