Skip to content

Commit

Permalink
🎉 Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idiotWu committed Dec 27, 2015
1 parent b063908 commit be0a9ce
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 65 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "smooth-scrollbar",
"version": "1.1.9",
"version": "1.2.0",
"authors": [
"Dolphin Wood <[email protected]>"
],
"description": "Customize scrollbar in modern browsers with smooth scrolling experience.",
"main": [
"dist/smooth_scrollbar.js",
"dist/smooth_scrollbar.css"
"dist/smooth-scrollbar.js",
"dist/smooth-scrollbar.css"
],
"moduleType": [
"es6"
Expand Down
4 changes: 0 additions & 4 deletions dist/smooth_scrollbar.css → dist/smooth-scrollbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ scrollbar,
display: block;
position: relative;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
scrollbar .scroll-content,
[scrollbar] .scroll-content,
Expand Down
4 changes: 2 additions & 2 deletions dist/smooth_scrollbar.js → dist/smooth-scrollbar.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "smooth-scrollbar",
"version": "1.1.9",
"version": "1.2.0",
"description": "Customize scrollbar in modern browsers with smooth scrolling experience.",
"main": "dist/smooth_scrollbar.js",
"main": "dist/smooth-scrollbar.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
54 changes: 0 additions & 54 deletions src/style/smooth_scrollbar.styl

This file was deleted.

0 comments on commit be0a9ce

Please sign in to comment.