We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d916683 commit dc3e888Copy full SHA for dc3e888
package.json
@@ -1,9 +1,12 @@
1
{
2
"name": "pouchdb-wrappers",
3
"version": "5.0.0",
4
- "main": "index.js",
5
"description": "Makes wrapping PouchDB functions a lot easier.",
6
"repository": "pouchdb/pouchdb-wrappers",
+ "main": "index.js",
7
+ "files": [
8
+ "index.js"
9
+ ],
10
"scripts": {
11
"test": "npm run test:lint && npm run test:deps && npm run test:node && npm run test:browser",
12
"test:lint": "standard",
0 commit comments