diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 5c44f95a..54f2ada5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "simple-media", + "name": "plyr", "version": "1.0.0", "description": "A simple HTML5 media player using custom controls", "main": "gulpfile.js", @@ -27,7 +27,7 @@ ], "repository": { "type": "git", - "url": "git://github.com/sampotts/simple-media.git" + "url": "git://github.com/sampotts/plyr.git" }, "authors": [ "Sam Potts <me@sampotts.me>" |