Skip to content

Commit 9593126

Browse files
committed
Bump version
1 parent 8a37a08 commit 9593126

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

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

src/helpers/getClasses.ts

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export const getClasses = (
7777

7878
return processedCss.root ? extractICSS(processedCss.root).icssExports : {};
7979
} catch (e) {
80-
console.log(e);
8180
logger.error(e);
8281
return {};
8382
}

0 commit comments

Comments
 (0)