Skip to content

Commit

Permalink
Merge pull request #498 from Galooshi/upgrade-sqlite
Browse files Browse the repository at this point in the history
Upgrade to sqlite3 version 4
  • Loading branch information
trotzig authored May 2, 2018
2 parents b1e2052 + 2992b9c commit 56747ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"presets": [["airbnb", {
"targets": {
"node": 4
"node": 6
}
}]],
"plugins": [
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: node_js
sudo: false
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "10"

before_script:
- npm install -g codeclimate-test-reporter
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"homepage": "https://github.com/galooshi/import-js#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.0",
"babel-jest": "^21.0.2",
"babel-plugin-add-module-exports": "^0.2.1",
Expand Down Expand Up @@ -74,7 +74,7 @@
"minimatch": "^3.0.4",
"require-relative": "^0.8.7",
"semver": "^5.4.1",
"sqlite3": "^3.1.12",
"sqlite3": "^4.0.0",
"winston": "^2.3.1"
},
"jest": {
Expand Down

0 comments on commit 56747ee

Please sign in to comment.