File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typings-for-css-modules-loader" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Drop-in replacement for css-loader to generate typings for your CSS-Modules on the fly in webpack" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
9
9
"pretest" : " rm -f ./test/example*.css.d.ts" ,
10
10
"test:diff" : " (cd test; set -e; for f in example*css.d.ts; do diff $f expected-$f; done;)" ,
11
11
"test:run" : " babel-node ./node_modules/webpack/bin/webpack --config ./test/webpack.config.babel.js" ,
12
- "test:run-twice" : " npm run test:run > /dev/null 2>&1 && npm run test:run" ,
12
+ "test:run-twice" : " npm run test:run > /dev/null 2>&1 && npm run test:run" ,
13
13
"test" : " npm run test:run-twice && npm run test:diff"
14
14
},
15
15
"author" :
" Tim Sebastian <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments