neo4j-func
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/Milihhard/neo4j-func#readme", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"keywords": [ | ||
@@ -27,3 +27,4 @@ "neo4j", | ||
"test:report": "nyc --reporter=html --reporter=text mocha --timeout=30000 -r ts-node/register test/**/test-*.ts", | ||
"test:coverage": "nyc report --reporter=text-lcov | coveralls" | ||
"test:report:lcov": "nyc --reporter=lcov mocha --timeout=30000 -r ts-node/register test/**/test-*.ts", | ||
"test:coveralls": "nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
@@ -30,0 +31,0 @@ "files": [ |
# neo4j-func | ||
[![Coverage Status](https://coveralls.io/repos/github/Milihhard/neo4j-func/badge.svg?branch=develop)](https://coveralls.io/github/Milihhard/neo4j-func?branch=develop) ![Testing app](https://github.com/Milihhard/neo4j-func/workflows/Testing%20app/badge.svg) ![Building](https://github.com/Milihhard/neo4j-func/workflows/Building/badge.svg) ![Publish to npm](https://github.com/Milihhard/neo4j-func/workflows/Publish%20to%20npm/badge.svg) | ||
[![Coverage Status](https://coveralls.io/repos/github/Milihhard/neo4j-func/badge.svg?branch=master)](https://coveralls.io/github/Milihhard/neo4j-func?branch=master) ![Testing app](https://github.com/Milihhard/neo4j-func/workflows/Testing%20app/badge.svg) ![Building](https://github.com/Milihhard/neo4j-func/workflows/Building/badge.svg) ![Publish to npm](https://github.com/Milihhard/neo4j-func/workflows/Publish%20to%20npm/badge.svg) | ||
@@ -5,0 +5,0 @@ neo4j-func is a neo4j wrapper for node.js |
124503