Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Apr 9, 2022
1 parent d054542 commit 2f507cc
Show file tree
Hide file tree
Showing 4 changed files with 2,806 additions and 4,110 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -20,3 +20,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- run: npm run build:es5
- run: npm run build:demo:prod
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./demo
2 changes: 1 addition & 1 deletion demo/js/demo.min.js

Large diffs are not rendered by default.

0 comments on commit 2f507cc

Please sign in to comment.