From 7239ac2494af098a3dc78da0a2e405ee0fd32d72 Mon Sep 17 00:00:00 2001 From: David Karchmer Date: Fri, 11 Sep 2015 19:31:50 -0700 Subject: [PATCH] Incorrect file added MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix “main” attribute in bower.json --- bower.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 60ecc3a..c50626b 100644 --- a/bower.json +++ b/bower.json @@ -1,14 +1,13 @@ { "name": "ng-jwplayer", - "version": "0.0.1", - "main": "dist/ngjplayer.js", + "version": "0.0.3", + "main": "dist/jwplayer.js", "ignore": [ "src", - "node_modules", - "bower_components", - "index.html", + "node_modules", + "bower_components", + "index.html", ".bowerrc", - ".git", ".gitignore", "bower.json", "gulpfile.js", diff --git a/package.json b/package.json index ec0b476..b112be6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-jwplayer", - "version": "0.0.1", + "version": "0.0.3", "author": "David Karchmer", "license": "MIT", "description": "Angular directive for JWPlayer",