clappr / clappr-level-selector-plugin

Clappr Level Selector Plugin
MIT License
76 stars 56 forks source link

Import mismatch? #67

Closed J-Brk closed 6 years ago

J-Brk commented 6 years ago

The packages require Clappr as dependency, while the package is called clappr.

import {Events, Styler, UICorePlugin, template} from 'Clappr' in /src/main.js

should be

import {Events, Styler, UICorePlugin, template} from 'clappr'