Skip to content

Commit ee2efe7

Browse files
committed
fix: main
1 parent 274b787 commit ee2efe7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/index.js

Whitespace-only changes.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-module-loader",
3-
"version": "1.0.0-beta.1",
4-
"main": "lib/index.js",
3+
"version": "1.0.0-beta.2",
4+
"main": "lib/loader.js",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/jquense/css-module-loader.git"
@@ -82,5 +82,5 @@
8282
},
8383
"readme": "ERROR: No README data found!",
8484
"homepage": "https://github.com/4Catalyzer/css-module-loader#readme",
85-
"_id": "css-module-loader@1.0.0-beta.0"
85+
"_id": "css-module-loader@1.0.0-beta.1"
8686
}

0 commit comments

Comments
 (0)