File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
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 <tim.sebastian@gmail.com>" ,
15+ "author" : " Tim Sebastian <tim.sebastian@gmail.com>, Julio Pavón " ,
1616 "license" : " MIT" ,
1717 "keywords" : [
1818 " Typescript" ,
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}
Original file line number Diff line number Diff line change @@ -95,5 +95,6 @@ ${interfaceProperties}
9595}
9696
9797export const locals: ${ interfaceName } ;
98+ export default locals;
9899` ) ;
99100} ;
You can’t perform that action at this time.
0 commit comments