2 Commits

Author SHA1 Message Date
480c890b2a 1.0.5 2020-10-05 10:34:43 +00:00
877c9bb9b1 fix(core): update 2020-10-05 10:34:43 +00:00
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartfile-interfaces",
"version": "1.0.4",
"version": "1.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartfile-interfaces",
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"description": "an interface package for @pushrocks/smartfile",
"main": "dist_ts/index.js",

View File

@@ -2,7 +2,7 @@ import { expect, tap } from '@pushrocks/tapbundle';
import * as smartfileInterfaces from '../ts/index';
tap.test('first test', async () => {
console.log(smartfileInterfaces.standardExport);
console.log(smartfileInterfaces);
});
;
tap.start();