Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drzax committed May 3, 2021
1 parent d64a3bb commit 41810ba
Show file tree
Hide file tree
Showing 5 changed files with 34,576 additions and 7,240 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
5 changes: 5 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
npm run test
2 changes: 1 addition & 1 deletion example/src/components/AppVanilla/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from 'react';
import Graphic from '../Graphic';
import { loremIpsum } from 'lorem-ipsum';
import Scrollyteller, { PanelDefinition } from '../../../../dist';
import Scrollyteller, { PanelDefinition } from '../../../../.';

type MarkerData = {
index: number;
Expand Down
Loading

0 comments on commit 41810ba

Please sign in to comment.