From 0928c336b4f05b22ac5b7c640637960a40ca901e Mon Sep 17 00:00:00 2001 From: Guido Villaverde Date: Tue, 29 Dec 2015 15:40:56 -0300 Subject: [PATCH] Update 'main' property on bower.json The main property was pointing to the standar index.js. The correct file is dist/pouchdb.replication-stream.js. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index dfc5b37..b93114e 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "pouchdb-replication-stream", "version": "1.2.4", "description": "PouchDB as a replication stream", - "main": "index.js", + "main": "dist/pouchdb.replication-stream.js", "homepage": "https://github.com/nolanlawson/pouchdb-replication-stream", "authors": [ "Nolan Lawson "