Skip to content

Commit

Permalink
Ver: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Nov 5, 2017
1 parent 7686bfd commit 8b19787
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/doc/
/script/
.editorconfig
.eslintignore
.eslintrc.json
.gitignore
.npmignore
Expand Down
2 changes: 1 addition & 1 deletion doc/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Eruda 是一个专为手机网页前端设计的调试面板,类似 DevTools
通过CDN使用:

```html
<script src="//cdn.bootcss.com/eruda/1.2.6/eruda.min.js"></script>
<script src="//cdn.bootcss.com/eruda/1.3.0/eruda.min.js"></script>
<script>eruda.init();</script>
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eruda",
"version": "1.2.6",
"version": "1.3.0",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions src/Info/Info.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
* {
user-select: text;
}
a {
color: $blue;
}
}
}
}
Expand Down

0 comments on commit 8b19787

Please sign in to comment.