vite-lib-test
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -637,3 +637,4 @@ import Se, { useState as sr } from "react"; | ||
})(fr); | ||
const Ce = V.jsx, Oe = V.jsxs, vr = () => { | ||
const Ce = V.jsx, Oe = V.jsxs; | ||
const vr = () => { | ||
const [p, m] = sr(0); | ||
@@ -640,0 +641,0 @@ return /* @__PURE__ */ Oe("div", { className: "container", children: [ |
{ | ||
"name": "vite-lib-test", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"type": "module", | ||
@@ -15,3 +15,7 @@ "files": [ | ||
}, | ||
"./dist/style.css": "./dist/style.css" | ||
"./dist/my-lib.css": { | ||
"import" : "./dist/my-lib.css", | ||
"require": "./dist/my-lib.css" | ||
} | ||
}, | ||
@@ -18,0 +22,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
36585
4
724