mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-31 23:44:07 +03:00
prepare for beta.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "overlayscrollbars",
|
||||
"version": "2.0.0-beta.0",
|
||||
"version": "2.0.0-beta.1",
|
||||
"description": "A scrollbar plugin that hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.",
|
||||
"author": "Rene Haas | KingSora",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -49,6 +49,7 @@ Released under the MIT license.`,
|
||||
rollup: {
|
||||
external: Object.keys(devDependencies || {}).concat(Object.keys(peerDependencies || {})),
|
||||
output: {
|
||||
name: 'OverlayScrollbarsGlobal',
|
||||
exports: 'auto',
|
||||
sourcemap: true,
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user