Skip to content

Commit

Permalink
feat: update to pion
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Update to @pionjs/pion
  • Loading branch information
megheaiulian committed Jan 11, 2024
1 parent 17f327b commit ebe2e48
Show file tree
Hide file tree
Showing 4 changed files with 9,025 additions and 17,487 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
2 changes: 1 addition & 1 deletion cosmoz-treenode.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { component, html } from 'haunted';
import { component, html } from '@pionjs/pion';

export const computePathToRender = (path, hideFromRoot, showMaxNodes) => {
if (!path) {
Expand Down
Loading

0 comments on commit ebe2e48

Please sign in to comment.