Skip to content

Commit

Permalink
refs #2 : modify - package setup
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Oct 11, 2018
1 parent 880ab03 commit e744731
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"description": "Template Polymer 3.0 App",
"description": "Backend.AI Administration App.",
"manifest_version": 1,
"name": "Start Polymer 3.0",
"short_name": "StartP3",
"version": "0.1",
"name": "Backend.AI Admin App.",
"short_name": "BackendAIAdminApp",
"version": "0.1.1",
"start_url": ".",
"display": "fullscreen",
"background_color": "#fff",
Expand Down
File renamed without changes
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend.ai-admin-app",
"version": "0.1.0",
"version": "0.1.1",
"main": "src/backend.ai-admin-app.js",
"repository": "https://github.com/lablup/backend.ai-admin-app.git",
"author": "Jeongkyu Shin",
Expand All @@ -17,6 +17,7 @@
"@polymer/paper-material": "^3.0.1",
"@polymer/paper-styles": "^3.0.1",
"@polymer/polymer": "latest",
"@webcomponents/webcomponentsjs": "latest"
"@webcomponents/webcomponentsjs": "latest",
"node-fetch": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion src/backend-ai-admin-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class BackendAiAdminApp extends PolymerElement {
<app-header id="portrait-bar" slot="header" effects="waterfall" fixed>
<div class="horizontal layout flex center bar">
<div class="portrait-canvas">
<iron-image width=43 height=43 style="width:43px; height:43px;" src="img/logo-black.svg"
<iron-image width=43 height=43 style="width:43px; height:43px;" src="manifest/logo-black.svg"
sizing="contain"></iron-image>
</div>
<span class="site-name">cloud.<span class="bold">backend</span>.AI</span>
Expand Down

0 comments on commit e744731

Please sign in to comment.