Skip to content

Commit

Permalink
Create the 10.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jails committed Feb 21, 2017
1 parent deef418 commit ab04f5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chaos-database-sqlite",
"version": "9.0.0",
"version": "10.0.0",
"description": "SQLite adapter for Chaos ORM.",
"license": "MIT",
"repository": {
Expand All @@ -14,7 +14,7 @@
],
"main": "src/index.js",
"dependencies": {
"chaos-database": "^11.0",
"chaos-database": "^13.0",
"co": "^4.6.0",
"extend-merge": "^1.0.3",
"sql-dialect": "^4.0",
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"bluebird": "^3.4.7",
"chai-kahlan": "^1.0.4",
"coveralls": "^2.11.15",
"coveralls": "^2.11.16",
"jasmine-kahlan": "^1.0.2",
"mocha": "^3.2.0",
"nyc": "^10.1.2"
Expand Down

0 comments on commit ab04f5e

Please sign in to comment.