diff --git a/bower.json b/bower.json index 96d4286..013198c 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,6 @@ { - "name": "map-web-component-example", + "name": "soundcloud-web-component-application", + "description": "A simple website with a soundcloud player, built using web components (polymer)", "dependencies": { "polymer": "^2.0.0" }, @@ -9,7 +10,5 @@ "bower_components", "test", "tests" - ], - "resolutions": { - } + ] } diff --git a/package.json b/package.json index 5693bd9..6bc4320 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "map-web-component-example", + "name": "soundcloud-web-component-application", "version": "1.0.0", - "description": "", + "description": "A simple website with a soundcloud player, built using web components (polymer)", "private": true, "scripts": { "start": "",