Skip to content

Commit

Permalink
fix: bad namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
scottie34 committed Mar 21, 2020
1 parent e0319d3 commit 454f35a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ import { Control } from './src/components/simple-timeline-control.model';

export { SimpleTimeline, SimpleTimelineItem, SimpleTimelineControl, Status, Item, Control };

declare module '@scottie/simple-vue-timeline';
declare module 'simple-vue-timeline';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"license": "MIT",
"private": false,
"main": "./dist/@scottie/simple-vue-timeline.common.js",
"main": "./dist/simple-vue-timeline.common.js",
"files": [
"dist/*",
"src/*",
Expand Down

0 comments on commit 454f35a

Please sign in to comment.