Compare commits

..

No commits in common. "master" and "v1.0.3" have entirely different histories.

4 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/weblogo",
"version": "1.0.4",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/weblogo",
"version": "1.0.4",
"version": "1.0.3",
"private": false,
"description": "an adaptable representation for a logo of a website, covering favicon, to main banner logo",
"main": "dist/index.js",

View File

@ -1,5 +1,5 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as weblogo from '../ts/index';
import * as weblogo from '../ts/index'
tap.test('first test', async () => {