Skip to content

Commit

Permalink
rename webmux to webpmux
Browse files Browse the repository at this point in the history
  • Loading branch information
Helvio88 committed Feb 9, 2023
1 parent 59bb5fa commit 8461872
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference path='../src/internal/node-webmux' />
/// <reference path='../src/internal/node-webpmux' />

;(async () => {
await import('./default')
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/Sticker.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference path='../src/internal/node-webmux' />
/// <reference path='../src/internal/node-webpmux' />
import { strict as assert } from 'assert'
import Sticker, { extractMetadata, StickerTypes } from '../src'
import sizeOf from 'image-size'
Expand Down

0 comments on commit 8461872

Please sign in to comment.