Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed May 13, 2019
1 parent ed0eed5 commit ff8760c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ html, body {
position: absolute;
top: 1.1rem;
right: 2rem;
box-shadow: #00000036 0 0 10px;
box-shadow: var(--sn-stylekit-border-color) 0 1px 2px;
}
2 changes: 1 addition & 1 deletion dist/dist.css
Original file line number Diff line number Diff line change
Expand Up @@ -2056,4 +2056,4 @@ html, body {
position: absolute;
top: 1.1rem;
right: 2rem;
box-shadow: #00000036 0 0 10px; }
box-shadow: var(--sn-stylekit-border-color) 0 1px 2px; }
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-filesafe",
"version": "2.0.2",
"version": "2.0.3",
"main": "dist/dist.js",
"scripts": {
"lint": "eslint --cache --ignore-path .gitignore --ext .jsx,.js --format=node_modules/eslint-formatter-pretty .",
Expand Down

0 comments on commit ff8760c

Please sign in to comment.