Skip to content

Commit 88e0d73

Browse files
committed
Merge branch 'release/2.0.2'
2 parents b0f9527 + dd109d2 commit 88e0d73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-plugin-css-modules",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": "lib/index.js",
55
"author": "Brody McKee <[email protected]>",
66
"license": "MIT",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function init({ typescript: ts }: { typescript: typeof tsModule }) {
4040
dotenvOptions.path || '.env',
4141
);
4242
}
43-
dotenv.config(options.dotenvOptions);
43+
dotenv.config(dotenvOptions);
4444

4545
// Normalise SASS_PATH array to absolute paths.
4646
if (process.env.SASS_PATH) {

0 commit comments

Comments
 (0)