Skip to content

Commit 4b60eef

Browse files
author
unknown
committed
1.0.1
1 parent 3be3d10 commit 4b60eef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ Using CommonJS:
122122

123123
```js
124124
const PerfectScrollbar = require('perfect-scrollbar');
125-
126125
```
127126

128127
Using ES Modules or TypeScript:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perfect-scrollbar",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Minimalistic but perfect custom scrollbar plugin",
55
"author": "Hyunje Jun <[email protected]>",
66
"keywords": [
@@ -24,6 +24,7 @@
2424
"typings": "types/perfect-scrollbar.d.ts",
2525
"style": "css/perfect-scrollbar.css",
2626
"files": [
27+
"css",
2728
"dist",
2829
"src",
2930
"types"

0 commit comments

Comments
 (0)