Skip to content

Commit

Permalink
Don't use npm explore
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Dec 20, 2021
1 parent 3d08360 commit 0ec3715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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
@@ -1,7 +1,7 @@
{
"name": "pub-keystore",
"description": "Simple store for public keys, with issuer IDs and change notification",
"version": "5.0.2",
"version": "5.0.3",
"homepage": "https://github.com/davedoesdev/pub-keystore",
"author": {
"name": "David Halls",
Expand All @@ -19,7 +19,7 @@
"main": "index.js",
"scripts": {
"test": "grunt lint test",
"postinstall": "pwd && ls -R .. && npm explore pouchdb-monorepo npm install && cd node_modules && ln -s pouchdb-monorepo/packages/node_modules/pouchdb ."
"postinstall": "cd $(npm ls pouchdb-monorepo -ps) && npm install && cd .. && ln -s pouchdb-monorepo/packages/node_modules/pouchdb ."
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 0ec3715

Please sign in to comment.