Name updated
This commit is contained in:
10
bower.json
10
bower.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "simple-media",
|
||||
"name": "plyr",
|
||||
"description": "A simple HTML5 media player using custom controls",
|
||||
"homepage": "https://github.com/sampotts/simple-media",
|
||||
"homepage": "https://github.com/sampotts/plyr",
|
||||
"keywords": [
|
||||
"Audio",
|
||||
"Video",
|
||||
@ -13,8 +13,8 @@
|
||||
],
|
||||
"dependencies": {},
|
||||
"main": [
|
||||
"dist/css/simple-media.css",
|
||||
"dist/js/simple-media.js"
|
||||
"dist/css/plyr.css",
|
||||
"dist/js/plyr.js"
|
||||
],
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
@ -23,7 +23,7 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/sampotts/simple-media.git"
|
||||
"url": "git://github.com/sampotts/plyr.git"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
Reference in New Issue
Block a user