Compare commits

..

No commits in common. "master" and "v2.1.1" have entirely different histories.

1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "sqlite3-cluster", "name": "sqlite3-cluster",
"version": "2.1.2", "version": "2.1.1",
"description": "A wrapper to enable the use of sqlite3 with node cluster via a socket server (i.e. for Raspberry Pi 2).", "description": "A wrapper to enable the use of sqlite3 with node cluster via a socket server (i.e. for Raspberry Pi 2).",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -9,7 +9,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://git.coolaj86.com/coolaj86/sqlite3-cluster.js.git" "url": "git+https://github.com/coolaj86/sqlite3-cluster.git"
}, },
"keywords": [ "keywords": [
"sqlite3", "sqlite3",
@ -18,12 +18,12 @@
"cluster", "cluster",
"rpi2" "rpi2"
], ],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", "author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)", "license": "Apache-2.0",
"bugs": { "bugs": {
"url": "https://git.coolaj86.com/coolaj86/sqlite3-cluster.js/issues" "url": "https://github.com/coolaj86/sqlite3-cluster/issues"
}, },
"homepage": "https://git.coolaj86.com/coolaj86/sqlite3-cluster.js", "homepage": "https://github.com/coolaj86/sqlite3-cluster#readme",
"dependencies": { "dependencies": {
"sqlite3": "^3.0.9", "sqlite3": "^3.0.9",
"ws": "^2.3.1" "ws": "^2.3.1"