Skip to content

Commit

Permalink
create release file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mugi-uno committed Oct 8, 2017
1 parent ad7baff commit 41de553
Show file tree
Hide file tree
Showing 11 changed files with 2,416 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "nezumi",
"description": "Test code generator for Capybara/RSpec.",
"version": "1.1.0",
"version": "1.2.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
Expand Down
3 changes: 3 additions & 0 deletions dist/panel.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="./style/iconfont/material-icons.css">
</head>
<body>
<div id="app"></div>
<script src='./panel.js'></script>
Expand Down
2 changes: 1 addition & 1 deletion dist/panel.js

Large diffs are not rendered by default.

Binary file added dist/style/iconfont/MaterialIcons-Regular.eot
Binary file not shown.
1 change: 1 addition & 0 deletions dist/style/iconfont/MaterialIcons-Regular.ijmap

Large diffs are not rendered by default.

2,373 changes: 2,373 additions & 0 deletions dist/style/iconfont/MaterialIcons-Regular.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/style/iconfont/MaterialIcons-Regular.ttf
Binary file not shown.
Binary file added dist/style/iconfont/MaterialIcons-Regular.woff
Binary file not shown.
Binary file added dist/style/iconfont/MaterialIcons-Regular.woff2
Binary file not shown.
36 changes: 36 additions & 0 deletions dist/style/iconfont/material-icons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(MaterialIcons-Regular.woff2) format('woff2'),
url(MaterialIcons-Regular.woff) format('woff'),
url(MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;

/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;

/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;

/* Support for IE. */
font-feature-settings: 'liga';
}
2 changes: 1 addition & 1 deletion lib/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "nezumi",
"description": "Test code generator for Capybara/RSpec.",
"version": "1.1.0",
"version": "1.2.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
Expand Down

0 comments on commit 41de553

Please sign in to comment.