Skip to content

Commit

Permalink
Create the 13.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jails committed Mar 24, 2020
1 parent 139fadb commit 9770917
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chaos-database-sqlite",
"version": "12.0.0",
"version": "13.0.0",
"description": "SQLite adapter for Chaos ORM.",
"license": "MIT",
"repository": {
Expand All @@ -14,19 +14,19 @@
],
"main": "src/index.js",
"dependencies": {
"chaos-database": "^16.0",
"chaos-database": "^17.0",
"co": "^4.6.0",
"extend-merge": "^1.0.5",
"sql-dialect": "^4.0",
"sqlite3": "^4.0.9"
"sql-dialect": "^5.0",
"sqlite3": "^4.1.1"
},
"devDependencies": {
"bluebird": "^3.5.5",
"bluebird": "^3.7.2",
"chai-kahlan": "^2.0.0",
"coveralls": "^3.0.5",
"coveralls": "^3.0.11",
"jasmine-kahlan": "^1.0.2",
"mocha": "^6.2.0",
"nyc": "^14.1.1"
"mocha": "^7.1.1",
"nyc": "^15.0.0"
},
"scripts": {
"coverage-report": "nyc --reporter=lcov mocha",
Expand Down

0 comments on commit 9770917

Please sign in to comment.