fix(build): repair nocss build

This commit is contained in:
moklick
2022-04-18 11:02:54 +02:00
parent 3bd756d8a6
commit 0636d3954e
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"
}