Skip to content

Commit

Permalink
Copy into pouchdb/packages
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Dec 21, 2021
1 parent 16b1e12 commit 6009046
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/coverage/tmp
/test/fixtures/store
/test/pub-keystore.sqlite3
/pouchdb/packages
13 changes: 6 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"main": "index.js",
"scripts": {
"test": "grunt lint test",
"prepare": "npm explore pouchdb-monorepo npm install && cp -R $(npm ls pouchdb-monorepo -ps)/packages ."
"prepare": "npm explore pouchdb-monorepo npm install && cp -R $(npm ls pouchdb-monorepo -ps)/packages pouchdb"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion pouchdb/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var events = require('events'),
fs = require('fs'),
crypto = require('crypto'),
async = require('async'),
PouchDB = require('pouchdb'),
PouchDB = require('./packages/node_modules/pouchdb'),
touch = require('touch'),
design = require('./design');

Expand Down
1 change: 0 additions & 1 deletion pouchdb/pouchdb.js

This file was deleted.

0 comments on commit 6009046

Please sign in to comment.