Skip to content

Commit

Permalink
Update dependencies & CI script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jails committed Jul 27, 2019
1 parent 78271f4 commit f2da288
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "10"
- "12"

after_script:
- npm run coverage-report
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chaos-database",
"version": "15.0.4",
"version": "16.0.0",
"description": "Chaos ORM base classes for SQL based adapter.",
"license": "MIT",
"repository": {
Expand All @@ -13,7 +13,7 @@
"sql"
],
"dependencies": {
"chaos-orm": "^15.0",
"chaos-orm": "^16.0",
"co": "^4.6.0",
"dateformat": "^3.0.3",
"dateparse": "0.0.1",
Expand All @@ -22,13 +22,13 @@
},
"main": "src/index.js",
"devDependencies": {
"bluebird": "^3.5.3",
"bluebird": "^3.5.5",
"chai-kahlan": "^2.0.0",
"coveralls": "^3.0.2",
"coveralls": "^3.0.5",
"jasmine-kahlan": "^1.0.2",
"mocha": "^5.2.0",
"sqlite3": "^4.0.6",
"nyc": "^13.2.0"
"mocha": "^6.2.0",
"sqlite3": "^4.0.9",
"nyc": "^14.1.1"
},
"scripts": {
"coverage-report": "nyc --reporter=lcov mocha",
Expand Down

0 comments on commit f2da288

Please sign in to comment.