Skip to content

Commit

Permalink
deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Dec 19, 2020
1 parent 69462b1 commit 60638c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -7,11 +7,11 @@
"scripts": {
"test": "jasmine-node --captureExceptions test",
"test:native": "jasmine-node test --config PG_NATIVE true",
"doc": "./node_modules/.bin/jsdoc -c ./jsdoc/jsdoc.js ./jsdoc/README.md -t ./jsdoc/templates/custom",
"doc": "jsdoc -c ./jsdoc/jsdoc.js ./jsdoc/README.md -t ./jsdoc/templates/custom",
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
"travis": "npm run lint && npm run tslint && npm run coverage --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"lint": "./node_modules/.bin/eslint ./lib ./test/*.js ./test/db --fix",
"tslint": "./node_modules/.bin/tslint ./typescript/*.ts"
"lint": "eslint ./lib ./test/*.js ./test/db --fix",
"tslint": "tslint ./typescript/*.ts"
},
"files": [
"lib",
Expand Down Expand Up @@ -46,16 +46,16 @@
"spex": "3.0.2"
},
"devDependencies": {
"@types/node": "14.14.10",
"@types/node": "14.14.14",
"bluebird": "3.7.2",
"coveralls": "3.1.0",
"eslint": "7.14.0",
"eslint": "7.16.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "3.6.6",
"JSONStream": "1.3.5",
"pg-query-stream": "4.0.0",
"tslint": "6.1.3",
"typescript": "4.1.2"
"typescript": "4.1.3"
}
}

0 comments on commit 60638c2

Please sign in to comment.