Skip to content

Commit

Permalink
Incorrect file added
Browse files Browse the repository at this point in the history
Fix “main” attribute in bower.json
  • Loading branch information
David Karchmer committed Sep 12, 2015
1 parent 78c9a25 commit 7239ac2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7239ac2

Please sign in to comment.