Browse Source

chore(meta): update website reference

master
Kiko Beats 3 years ago
parent
commit
dfab39ba98
No known key found for this signature in database GPG Key ID: 8FA93B22CCF04B96
  1. 2
      package.json
  2. 2
      packages/core/package.json
  3. 2
      packages/mongo/package.json
  4. 2
      packages/mysql/package.json
  5. 2
      packages/postgres/package.json
  6. 2
      packages/sql/package.json
  7. 2
      packages/sqlite/package.json
  8. 2
      packages/test-suite/package.json

2
package.json

@ -1,7 +1,7 @@
{
"name": "@keyvhq/monorepo",
"description": "Simple key-value storage with support for multiple backends",
"homepage": "https://github.com/microlinkhq/keyv#readme",
"homepage": "https://keyv.js.org",
"version": "",
"author": {
"email": "hello@microlink.io",

2
packages/core/package.json

@ -1,7 +1,7 @@
{
"name": "@keyvhq/core",
"description": "Simple key-value storage with support for multiple backends",
"homepage": "https://github.com/microlinkhq/keyv",
"homepage": "https://keyv.js.org",
"version": "1.0.2",
"main": "src/index.js",
"author": {

2
packages/mongo/package.json

@ -1,7 +1,7 @@
{
"name": "@keyvhq/mongo",
"description": "MongoDB storage adapter for Keyv",
"homepage": "https://github.com/microlinkhq/keyv",
"homepage": "https://keyv.js.org",
"version": "1.0.2",
"main": "src/index.js",
"author": {

2
packages/mysql/package.json

@ -1,7 +1,7 @@
{
"name": "@keyvhq/mysql",
"description": "MySQL/MariaDB storage adapter for Keyv",
"homepage": "https://github.com/microlinkhq/keyv",
"homepage": "https://keyv.js.org",
"version": "1.0.2",
"main": "src/index.js",
"author": {

2
packages/postgres/package.json

@ -1,7 +1,7 @@
{
"name": "@keyvhq/postgres",
"description": "PostgreSQL storage adapter for Keyv",
"homepage": "https://github.com/microlinkhq/keyv",
"homepage": "https://keyv.js.org",
"version": "1.0.2",
"main": "src/index.js",
"author": {

2
packages/sql/package.json

@ -1,7 +1,7 @@
{
"name": "@keyvhq/sql",
"description": "Parent class for SQL based Keyv storage adapters",
"homepage": "https://github.com/microlinkhq/keyv",
"homepage": "https://keyv.js.org",
"version": "1.0.2",
"main": "src/index.js",
"author": {

2
packages/sqlite/package.json

@ -1,7 +1,7 @@
{
"name": "@keyvhq/sqlite",
"description": "SQLite storage adapter for Keyv",
"homepage": "https://github.com/microlinkhq/keyv",
"homepage": "https://keyv.js.org",
"version": "1.0.2",
"main": "src/index.js",
"author": {

2
packages/test-suite/package.json

@ -1,7 +1,7 @@
{
"name": "@keyvhq/test-suite",
"description": "Test suite for Keyv API compliancy",
"homepage": "https://github.com/microlinkhq/keyv",
"homepage": "https://keyv.js.org",
"version": "1.0.2",
"main": "src/index.js",
"author": {

Loading…
Cancel
Save