Skip to content

Commit d718a97

Browse files
committed
add pull request change Jimdo#51
1 parent 2bb351f commit d718a97

File tree

3 files changed

+3713
-6
lines changed

3 files changed

+3713
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "typings-for-css-modules-loader",
3-
"version": "1.7.0",
2+
"name": "@jpavon/typings-for-css-modules-loader",
3+
"version": "0.1.0",
44
"description": "Drop-in replacement for css-loader to generate typings for your CSS-Modules on the fly in webpack",
55
"main": "lib/index.js",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"test:run-twice": "npm run test:run > /dev/null 2>&1 && npm run test:run",
1313
"test": "npm run test:run-twice && npm run test:diff"
1414
},
15-
"author": "Tim Sebastian <[email protected]>",
15+
"author": "Tim Sebastian <[email protected]>, Julio Pavón",
1616
"license": "MIT",
1717
"keywords": [
1818
"Typescript",
@@ -51,10 +51,10 @@
5151
},
5252
"repository": {
5353
"type": "git",
54-
"url": "git+https://github.com/Jimdo/typings-for-css-modules-loader.git"
54+
"url": "git+https://github.com/jpavon/typings-for-css-modules-loader.git"
5555
},
5656
"bugs": {
57-
"url": "https://github.com/Jimdo/typings-for-css-modules-loader/issues"
57+
"url": "https://github.com/jpavon/typings-for-css-modules-loader/issues"
5858
},
59-
"homepage": "https://github.com/Jimdo/typings-for-css-modules-loader#readme"
59+
"homepage": "https://github.com/jpavon/typings-for-css-modules-loader#readme"
6060
}

src/cssModuleToInterface.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,6 @@ ${interfaceProperties}
9595
}
9696
9797
export const locals: ${interfaceName};
98+
export default locals;
9899
`);
99100
};

0 commit comments

Comments
 (0)