Skip to content

Commit

Permalink
mine now
Browse files Browse the repository at this point in the history
  • Loading branch information
garbados committed Nov 7, 2024
1 parent 5edf388 commit ab08cd2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crypto-pouch",
"version": "4.0.1",
"name": "@garbados/crypto-pouch",
"version": "4.0.2",
"description": "encrypted pouchdb/couchdb database",
"main": "index.js",
"scripts": {
Expand All @@ -11,19 +11,20 @@
},
"repository": {
"type": "git",
"url": "https://github.com/calvinmetcalf/crypto-pouch.git"
"url": "git+https://github.com/calvinmetcalf/crypto-pouch.git"
},
"keywords": [
"pouchdb",
"couchdb",
"encrypted"
],
"author": "Calvin Metcalf",
"contributors": ["Diana Belle <garbados@gmail.com>"],
"license": "MIT",
"bugs": {
"url": "https://github.com/calvinmetcalf/crypto-pouch/issues"
"url": "https://github.com/garbados/crypto-pouch/issues"
},
"homepage": "https://github.com/calvinmetcalf/crypto-pouch",
"homepage": "https://github.com/garbados/crypto-pouch",
"dependencies": {
"garbados-crypt": "^3.0.0-beta",
"transform-pouch": "^2.0.0"
Expand Down

0 comments on commit ab08cd2

Please # to comment.