Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
10ab777e7f | |||
898eed4584 |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/tapbundle",
|
"name": "@pushrocks/tapbundle",
|
||||||
"version": "5.0.4",
|
"version": "5.0.5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@pushrocks/tapbundle",
|
"name": "@pushrocks/tapbundle",
|
||||||
"version": "5.0.4",
|
"version": "5.0.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@open-wc/testing": "^3.1.6",
|
"@open-wc/testing": "^3.1.6",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/tapbundle",
|
"name": "@pushrocks/tapbundle",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "5.0.4",
|
"version": "5.0.5",
|
||||||
"description": "tap bundled for tapbuffer",
|
"description": "tap bundled for tapbuffer",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/tapbundle',
|
name: '@pushrocks/tapbundle',
|
||||||
version: '5.0.4',
|
version: '5.0.5',
|
||||||
description: 'tap bundled for tapbuffer'
|
description: 'tap bundled for tapbuffer'
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,7 @@ class WebHelpers {
|
|||||||
|
|
||||||
public enable() {
|
public enable() {
|
||||||
tap.preTask('enable webhelpers', async () => {
|
tap.preTask('enable webhelpers', async () => {
|
||||||
const webhelpers = await import('@open-wc/testing-helpers')
|
const webhelpers = await import('@open-wc/testing')
|
||||||
this.html = webhelpers.html;
|
this.html = webhelpers.html;
|
||||||
this.fixture = webhelpers.fixture;
|
this.fixture = webhelpers.fixture;
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user