Skip to content

Commit

Permalink
Compile & bump NPM version
Browse files Browse the repository at this point in the history
  • Loading branch information
t4t5 committed Dec 14, 2017
1 parent 592e9f2 commit bfa29ec
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion docs-src/assets/css/highlight.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
font-size: 14px;
line-height: normal;
color: $code-color;
overflow-x: scroll;
overflow-x: auto;

.editor {
font-family: $code-font;
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ul {
font-size: 14px;
line-height: normal;
color: rgba(0,0,0,0.62);
overflow-x: scroll;
overflow-x: auto;
}
.highlight .editor {
font-family: 'Inconsolata', monospace;
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/sweetalert/sweetalert.min.js

Large diffs are not rendered by default.

132 changes: 66 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sweetalert",
"version": "2.0.8",
"version": "2.1.0",
"description": "A beautiful replacement for JavaScript's \"alert\"",
"main": "dist/sweetalert.min.js",
"types": "typings/sweetalert.d.ts",
Expand Down

0 comments on commit bfa29ec

Please sign in to comment.