fix(core): update

This commit is contained in:
Philipp Kunz 2023-07-13 02:39:42 +02:00
parent e9d6e9f9dd
commit db39da1faf
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/tapbundle',
version: '5.0.9',
version: '5.0.10',
description: 'tap bundled for tapbuffer'
}

View File

@ -1,5 +1,5 @@
import * as plugins from './tapbundle.plugins.js';
import type { fixture, html } from '@open-wc/testing-helpers';
import type { fixture, html } from '@open-wc/testing';
import { tap } from './tapbundle.classes.tap.js';
class WebHelpers {