fix(build): repair nocss build

This commit is contained in:
moklick
2022-04-17 14:04:45 +02:00
parent 7fb93aa9ae
commit 47c5d6daa3
3 changed files with 35 additions and 16 deletions
+3 -4
View File
@@ -1,7 +1,6 @@
{
"internal": true,
"type": "module",
"main": "../dist/nocss/index.js",
"module": "../dist/nocss/index.js",
"types": "../dist/nocss/index.d.ts"
"main": "../dist/nocss/umd/index.js",
"module": "../dist/nocss/esm/index.js",
"types": "../dist/nocss/esm/index.d.ts"
}