Merge pull request #1177 from mapbox/https-everywhere
Use https: instead of http:
Showing
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| "name": "sqlite3", | "name": "sqlite3", | ||
| "description": "Asynchronous, non-blocking SQLite3 bindings", | "description": "Asynchronous, non-blocking SQLite3 bindings", | ||
| "version": "4.0.9", | "version": "4.0.9", | ||
| "homepage": "http://github.com/mapbox/node-sqlite3", | "homepage": "https://github.com/mapbox/node-sqlite3", | ||
| "author": { | "author": { | ||
| "name": "MapBox", | "name": "MapBox", | ||
| "url": "https://mapbox.com/" | "url": "https://mapbox.com/" | ||
| ... | ... |
Please
register
or
sign in
to comment