@milkdown/exception
Advanced tools
Comparing version 7.3.2 to 7.3.3
{ | ||
"name": "@milkdown/exception", | ||
"type": "module", | ||
"version": "7.3.2", | ||
"version": "7.3.3", | ||
"license": "MIT", | ||
@@ -13,3 +13,2 @@ "repository": { | ||
"main": "./lib/index.es.js", | ||
"types": "./lib/index.d.ts", | ||
"files": [ | ||
@@ -51,3 +50,4 @@ "lib", | ||
"build": "tsc --emitDeclarationOnly && vite build" | ||
} | ||
}, | ||
"types": "./lib/index.d.ts" | ||
} |