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