Skip to content

Commit

Permalink
Update bower.json with new sample files
Browse files Browse the repository at this point in the history
So they are ignored during bower install.
Also rename index.html to index1.html
  • Loading branch information
David Karchmer committed Nov 28, 2015
1 parent fcf8562 commit 9f39f24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ myApp.controller('mainController', ['$scope', '$log', '$sce', function($scope, $

### Samples

* index.html shows the most basic example for a single player
* index1.html shows the most basic example for a single player
* index2.html shows how to instanciate two players on the same view

### Version Changes
Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"src",
"node_modules",
"bower_components",
"index.html",
"index1.html",
"index2.html",
".bowerrc",
".gitignore",
"bower.json",
Expand Down
File renamed without changes.

0 comments on commit 9f39f24

Please sign in to comment.