Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "protofun", | ||
"license": "UNLICENSED", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"files": [ | ||
@@ -9,5 +9,5 @@ "dist", | ||
], | ||
"main": "dist/protofun-sdk.js", | ||
"module": "dist/protofun-sdk.mjs", | ||
"typings": "dist/protofun-sdk.d.ts", | ||
"main": "dist/protofun.js", | ||
"module": "dist/protofun.mjs", | ||
"typings": "dist/protofun.d.ts", | ||
"scripts": { | ||
@@ -14,0 +14,0 @@ "start": "concurrently 'vite build --watch' 'yarn types --watch --preserveWatchOutput' --names 'vite,tsc' -c 'green,blue'", |
23280