File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
/node_modules
3
3
/src
4
4
/lib /** /__tests__
5
+ /docs /
5
6
.editorconfig
6
7
npm-debug.log
7
8
tsconfig.json
Original file line number Diff line number Diff line change 1
1
# typescript-plugin-css-modules
2
2
3
+ [ ![ license] ( https://img.shields.io/npm/l/typescript-plugin-css-modules.svg )] ( https://github.com/mrmckeb/typescript-plugin-css-modules/blob/develop/LICENSE )
4
+ [ ![ npm] ( https://img.shields.io/npm/v/typescript-plugin-css-modules.svg )] ( https://www.npmjs.com/package/typescript-plugin-css-modules )
5
+
3
6
A [ TypeScript language service plugin] ( https://github.com/Microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin )
4
7
for [ CSS Modules] ( https://github.com/css-modules/css-modules ) .
5
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typescript-plugin-css-modules" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"main" : " lib/index.js" ,
5
5
"repository" : " git@github.com:mrmckeb/typescript-plugin-css-modules.git" ,
6
6
"author" : " Brody McKee <mrmckeb@hotmail.com>" ,
You can’t perform that action at this time.
0 commit comments