Skip to content

Commit

Permalink
Create the 9.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jails committed Jan 20, 2017
1 parent 9d6bba5 commit deef418
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chaos-database-sqlite",
"version": "8.0.0",
"version": "9.0.0",
"description": "SQLite adapter for Chaos ORM.",
"license": "MIT",
"repository": {
Expand All @@ -14,19 +14,19 @@
],
"main": "src/index.js",
"dependencies": {
"chaos-database": "^10.0",
"chaos-database": "^11.0",
"co": "^4.6.0",
"extend-merge": "^1.0.3",
"sql-dialect": "^2.0",
"sql-dialect": "^4.0",
"sqlite3": "^3.1.8"
},
"devDependencies": {
"bluebird": "^3.4.6",
"bluebird": "^3.4.7",
"chai-kahlan": "^1.0.4",
"coveralls": "^2.11.15",
"jasmine-kahlan": "^1.0.2",
"mocha": "^3.2.0",
"nyc": "^10.0.0"
"nyc": "^10.1.2"
},
"scripts": {
"coverage-report": "nyc --reporter=lcov mocha",
Expand Down

0 comments on commit deef418

Please sign in to comment.