@textile/core-storage
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "@textile/core-storage", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Core interfaces for Textile's Filecoin bridge system", | ||
@@ -9,2 +9,7 @@ "main": "dist/cjs/index.js", | ||
"type": "module", | ||
"scripts": { | ||
"build": "npm run build:cjs && npm run build:esm", | ||
"build:cjs": "tsc -b", | ||
"build:esm": "tsc -b tsconfig.esm.json" | ||
}, | ||
"exports": { | ||
@@ -11,0 +16,0 @@ ".": { |
37259
37
731
4