Skip to content

Commit 17dd75c

Browse files
committed
Bump version
1 parent b3bf005 commit 17dd75c

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
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": "1.1.0",
3+
"version": "1.1.1",
44
"main": "lib/index.js",
55
"author": "Brody McKee <[email protected]>",
66
"license": "MIT",

src/helpers/__tests__/cssSnapshots.test.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
import { readFileSync } from 'fs';
22
import { IICSSExports } from 'icss-utils';
33
import { join } from 'path';
4-
import {
5-
createExports,
6-
getClasses,
7-
FileTypes,
8-
getFileType,
9-
} from '../cssSnapshots';
4+
import { createExports, getClasses, getFileType } from '../cssSnapshots';
105

116
const testFileNames = [
127
'test.module.css',

0 commit comments

Comments
 (0)