Skip to content

Commit 83f6f2e

Browse files
committed
Release v1.0.0
1 parent 3ac3291 commit 83f6f2e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/node_modules
33
/src
44
/lib/**/__tests__
5+
/docs/
56
.editorconfig
67
npm-debug.log
78
tsconfig.json

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# typescript-plugin-css-modules
22

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+
36
A [TypeScript language service plugin](https://github.com/Microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin)
47
for [CSS Modules](https://github.com/css-modules/css-modules).
58

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": "0.2.0",
3+
"version": "1.0.0",
44
"main": "lib/index.js",
55
"repository": "[email protected]:mrmckeb/typescript-plugin-css-modules.git",
66
"author": "Brody McKee <[email protected]>",

0 commit comments

Comments
 (0)