Skip to content

Commit

Permalink
fix(package): move browserify-aes and pbkdf2 to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Terreii committed Nov 29, 2020
1 parent 51a1142 commit 3bb2a14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
21 changes: 3 additions & 18 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
],
"devDependencies": {
"browserify": "^17.0.0",
"browserify-aes": "^1.2.0",
"hoodie": "^28.2.10",
"pbkdf2": "^3.1.1",
"pouchdb-adapter-memory": "^7.2.2",
"pouchdb-core": "^7.2.2",
"pouchdb-hoodie-api": "^2.0.0",
Expand All @@ -72,9 +70,11 @@
},
"dependencies": {
"@hoodie/store-client": "^8.3.0",
"browserify-aes": "^1.2.0",
"buffer": "^6.0.3",
"lie": "^3.3.0",
"lodash": "^4.17.20",
"pbkdf2": "^3.1.1",
"pouchdb-errors": "^7.2.2",
"randombytes": "^2.1.0",
"uuid": "^8.3.1"
Expand Down

0 comments on commit 3bb2a14

Please sign in to comment.