From 66fdeb32d5171865cb15f0474970fa65f06d0bbb Mon Sep 17 00:00:00 2001 From: Robert Krahn Date: Mon, 17 Jul 2017 09:42:00 -0700 Subject: [PATCH] =?UTF-8?q?package.json=20fix=20=E2=80=93=20main:=20index.?= =?UTF-8?q?json=20->=20index.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2463a38..a38967f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pouchdb-list", "version": "1.1.0", - "main": "index.json", + "main": "index.js", "description": "A PouchDB plug-in that allows you to re-use your CouchDB list functions on the client side.", "repository": { "type": "git",