Skip to content

Commit

Permalink
Create the 11.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jails committed May 24, 2017
1 parent 699b73a commit 61039d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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:
- "6"
- "7"

after_script:
- npm run coverage-report
Expand Down
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": "10.0.0",
"version": "11.0.0",
"description": "SQLite adapter for Chaos ORM.",
"license": "MIT",
"repository": {
Expand All @@ -14,7 +14,7 @@
],
"main": "src/index.js",
"dependencies": {
"chaos-database": "^13.0",
"chaos-database": "^14.0",
"co": "^4.6.0",
"extend-merge": "^1.0.5",
"sql-dialect": "^4.0",
Expand All @@ -23,10 +23,10 @@
"devDependencies": {
"bluebird": "^3.5.0",
"chai-kahlan": "^1.0.4",
"coveralls": "^2.13.0",
"coveralls": "^2.13.1",
"jasmine-kahlan": "^1.0.2",
"mocha": "^3.2.0",
"nyc": "^10.2.0"
"mocha": "^3.4.2",
"nyc": "^10.3.2"
},
"scripts": {
"coverage-report": "nyc --reporter=lcov mocha",
Expand Down

0 comments on commit 61039d2

Please sign in to comment.