Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
a73c2084c0 | |||
5ed557a21a | |||
2b6c30ff55 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartdata",
|
"name": "@pushrocks/smartdata",
|
||||||
"version": "3.0.2",
|
"version": "3.0.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartdata",
|
"name": "@pushrocks/smartdata",
|
||||||
"version": "3.0.2",
|
"version": "3.0.4",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "do more with data",
|
"description": "do more with data",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -60,4 +60,4 @@ tap.test('should close the database connection', async tools => {
|
|||||||
await testDb.close();
|
await testDb.close();
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.start();
|
tap.start({throwOnError: true});
|
||||||
|
Reference in New Issue
Block a user