mirror of
https://github.com/jlengrand/polymer-summit-whose-flag-polymer-3.git
synced 2026-03-10 08:41:17 +00:00
Update firebase configuration
Remove bower json file replaced by package.json
This commit is contained in:
17
bower.json
17
bower.json
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"name": "whose-flag",
|
||||
"description": "A simple game that lets users guess a flag's country",
|
||||
"main": "index.html",
|
||||
"dependencies": {
|
||||
"polymer": "Polymer/polymer#^2.0.0",
|
||||
"app-layout": "^2.0.1",
|
||||
"iron-image": "^2.1.2",
|
||||
"paper-button": "^2.0.0",
|
||||
"paper-styles": "^2.0.0",
|
||||
"iron-ajax": "^2.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"web-component-tester": "Polymer/web-component-tester#^6.0.0",
|
||||
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
|
||||
}
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
"**/bower_components/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user