Skip to content

Commit

Permalink
Upgrade to latest sqlite3 version
Browse files Browse the repository at this point in the history
This updates the sqlite3 dependency to the latest available version.
Among other things, this should enable people interested in hosting
their own copy of jsbin to specify binary mirrors of the sqlite3
dependency. The reason this requires an update is that the current
version being used depends on a version of node-pre-gyp that doesn't
support mirroring – see mapbox/node-pre-gyp#170 for more info on
this feature.
  • Loading branch information
mstade committed Nov 7, 2016
1 parent d1fd762 commit 4dbc219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"semver": "^5.0.3",
"snyk": "^1.12.0",
"soak": "0.3.0",
"sqlite3": "~2.2.0",
"sqlite3": "~3.1.8",
"stripe": "~2.7.3",
"stylus": "^0.47.1",
"then-fs": "^2.0.0",
Expand Down

0 comments on commit 4dbc219

Please sign in to comment.