Skip to content

Commit e3624f2

Browse files
committed
fix the main path
1 parent 2b8a57d commit e3624f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "css-modules-loader-core",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A loader-agnostic CSS Modules implementation, based on PostCSS",
5-
"main": "src/index.js",
5+
"main": "lib/index.js",
66
"directories": {
77
"test": "test"
88
},

0 commit comments

Comments
 (0)