Split attachmentProxy into its own package

This commit is contained in:
Timothy Farrell 2018-07-26 16:28:00 -05:00
parent b77fe7cf0c
commit 6009f73371

View File

@ -3,7 +3,11 @@
"version": "1.0.2",
"description": "Document Management Layer for PouchDB",
"main": "src/index.js",
"files": ["dist", "lib", "src"],
"files": [
"dist",
"lib",
"src"
],
"scripts": {
"test": "node ../../bin/runTests.js ./",
"pre-commit": "npm run test"