We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f6f2e commit 84cbe95Copy full SHA for 84cbe95
package.json
@@ -1,11 +1,15 @@
1
{
2
"name": "typescript-plugin-css-modules",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"main": "lib/index.js",
5
- "repository": "git@github.com:mrmckeb/typescript-plugin-css-modules.git",
6
"author": "Brody McKee <mrmckeb@hotmail.com>",
7
"license": "MIT",
8
"description": "CSS modules support for TypeScript",
+ "homepage": "https://github.com/mrmckeb/typescript-plugin-css-modules",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/mrmckeb/typescript-plugin-css-modules"
12
+ },
13
"keywords": [
14
"css",
15
"modules",
0 commit comments