diff --git a/bower.json b/bower.json index 7ba587e..78b997f 100644 --- a/bower.json +++ b/bower.json @@ -12,11 +12,15 @@ "url": "git+https://github.com/jlengrand/web-components-workshop-polymer.git" }, "homepage": "https://github.com/jlengrand/web-components-workshop-polymer", - "authors": [ "Julien Lengrand-Lambert " ], "dependencies": { + "polymer": "^2.3.0", + "google-map": "^2.0.3", + "paper-input": "^2.0.5" + }, + "resolutions": { "polymer": "2" } } diff --git a/index.html b/index.html index c2664a1..0fe47c6 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,13 @@ - + + - + + +