Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
e0983911d4 | |||
203243646b | |||
faabcabdda | |||
9233ebd965 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/weblogo",
|
"name": "@pushrocks/weblogo",
|
||||||
"version": "1.0.2",
|
"version": "1.0.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/weblogo",
|
"name": "@pushrocks/weblogo",
|
||||||
"version": "1.0.2",
|
"version": "1.0.4",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "an adaptable representation for a logo of a website, covering favicon, to main banner logo",
|
"description": "an adaptable representation for a logo of a website, covering favicon, to main banner logo",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
import { expect, tap } from '@pushrocks/tapbundle';
|
import { expect, tap } from '@pushrocks/tapbundle';
|
||||||
import * as weblogo from '../ts/index'
|
import * as weblogo from '../ts/index';
|
||||||
|
|
||||||
tap.test('first test', async () => {
|
tap.test('first test', async () => {
|
||||||
console.log(weblogo.standardExport)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
tap.start()
|
tap.start();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user