Skip to content

Commit

Permalink
Create the 6.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jails committed Nov 2, 2016
1 parent caac72e commit db2c54d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chaos-database-sqlite",
"version": "5.0.0",
"version": "6.0.0",
"description": "SQLite adapter for Chaos ORM.",
"license": "MIT",
"repository": {
Expand All @@ -23,22 +23,22 @@
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"dependencies": {
"chaos-database": "^7.0",
"chaos-database": "^8.0",
"co": "^4.6.0",
"extend-merge": "^1.0.3",
"sql-dialect": "^1.0",
"sqlite3": "^3.1.4"
"sql-dialect": "^1.1",
"sqlite3": "^3.1.8"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"bluebird": "^3.4.1",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"bluebird": "^3.4.6",
"chai-kahlan": "^1.0.4",
"coveralls": "^2.11.9",
"coveralls": "^2.11.14",
"isparta": "^4.0.0",
"jasmine-kahlan": "^1.0.2",
"mocha": "^3.0.1"
"mocha": "^3.1.2"
}
}

0 comments on commit db2c54d

Please sign in to comment.