Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| af44c47ba2 | |||
| 30136afc02 |
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartfile-interfaces",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartfile-interfaces",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"private": false,
|
||||
"description": "an interface package for @pushrocks/smartfile",
|
||||
"main": "dist_ts/index.js",
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import * as plugins from './smartfile-interfaces.plugins';
|
||||
|
||||
export let standardExport = 'Hi there! :) This is an exported string';
|
||||
export interface VirtualDirTransferableObject {
|
||||
bufferJsonData: any;
|
||||
}
|
||||
Reference in New Issue
Block a user