Skip to content

Commit ef462e7

Browse files
committed
fixed main file imported
1 parent 340585b commit ef462e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "unnamed",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A simple colorful css framework",
5-
"main": "./dist/css/unnamed.css",
6-
"style": "dist/css/unnamed.css",
5+
"main": "./dist/css/unnamed.min.css",
6+
"style": "dist/css/unnamed.min.css",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},

0 commit comments

Comments
 (0)