2 Commits

Author SHA1 Message Date
a6720a0468 1.0.6 2020-10-05 10:58:20 +00:00
1e0616e580 fix(core): update 2020-10-05 10:58:20 +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.5",
"version": "1.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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

View File

@@ -4,5 +4,5 @@ import * as smartfileInterfaces from '../ts/index';
tap.test('first test', async () => {
console.log(smartfileInterfaces);
});
;
tap.start();