Skip to content

Commit 83e2855

Browse files
committed
Changed main file
1 parent ca5f876 commit 83e2855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ulyssear/css-in-js-in-html",
33
"version": "0.4.0",
44
"description": "CSS-in-JS-in-HTML is a library that allows you to use CSS-in-JS with HTML only.",
5-
"main": "build/index.js",
5+
"main": "build/index.min.js",
66
"scripts": {
77
"tests": "echo \"Error: no test specified\" && exit 1",
88
"compress": "node scripts/compress.js",

0 commit comments

Comments
 (0)