Skip to content

Commit dc3e888

Browse files
committed
Add "files" field to package.json to explicit list the source we want to publish
1 parent d916683 commit dc3e888

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "pouchdb-wrappers",
33
"version": "5.0.0",
4-
"main": "index.js",
54
"description": "Makes wrapping PouchDB functions a lot easier.",
65
"repository": "pouchdb/pouchdb-wrappers",
6+
"main": "index.js",
7+
"files": [
8+
"index.js"
9+
],
710
"scripts": {
811
"test": "npm run test:lint && npm run test:deps && npm run test:node && npm run test:browser",
912
"test:lint": "standard",

0 commit comments

Comments
 (0)