@adoratorio/hades
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "@adoratorio/hades", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "A smooth scrollbar based on Hermes, scroll down 'till hell", | ||
@@ -8,3 +8,3 @@ "module": "dist/index.js", | ||
".": "./dist/index.js", | ||
"./plugins/": "./dist/plugins/" | ||
"./plugins": "./dist/plugins/index.js" | ||
}, | ||
@@ -11,0 +11,0 @@ "types": "dist/index.d.ts", |
@@ -23,3 +23,3 @@ # Hades | ||
```javascript | ||
import VirtualRender from '@/adoratorio/hades/plugins/virtual-render'; | ||
import { VirtualRender } from '@/adoratorio/hades/plugins'; | ||
hades.registerPlugin(new VirtualRender({ /* ... plugin options */ })); | ||
@@ -26,0 +26,0 @@ ``` |
61921