We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be3d10 commit 4b60eefCopy full SHA for 4b60eef
README.md
@@ -122,7 +122,6 @@ Using CommonJS:
122
123
```js
124
const PerfectScrollbar = require('perfect-scrollbar');
125
-
126
```
127
128
Using ES Modules or TypeScript:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "perfect-scrollbar",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Minimalistic but perfect custom scrollbar plugin",
5
"author": "Hyunje Jun <[email protected]>",
6
"keywords": [
@@ -24,6 +24,7 @@
24
"typings": "types/perfect-scrollbar.d.ts",
25
"style": "css/perfect-scrollbar.css",
26
"files": [
27
+ "css",
28
"dist",
29
"src",
30
"types"
0 commit comments