From e0c37961c5e4018a6c7fcb7c39fb0367cd0ac7e5 Mon Sep 17 00:00:00 2001 From: Davit Barbakadze Date: Tue, 3 Oct 2017 10:25:37 +0400 Subject: [PATCH] Update references to the main file in package abd bower files. --- bower.json | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 57681c49b..53d84372e 100644 --- a/bower.json +++ b/bower.json @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/moxiecode/plupload.git" }, - "main": "./js/plupload.min.js", + "main": "./js/plupload.full.min.js", "ignore": [ "tests/", "src/", diff --git a/package.json b/package.json index f7e63b543..8a78a10ff 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "name": "Davit Barbakadze", "email": "davit.barbakadze@ephox.com" }], + "main": "./js/plupload.full.min", "homepage": "http://plupload.com", "repository": { "type": "git",