Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Commit 11e2f00

Browse files
committed
1.1.0
1 parent 91502ff commit 11e2f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typings-for-css-modules-loader",
3-
"version": "1.0.0",
3+
"version": "1.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": {
@@ -9,7 +9,7 @@
99
"pretest": "rm -f ./test/example*.css.d.ts",
1010
"test:diff": "(cd test; set -e; for f in example*css.d.ts; do diff $f expected-$f; done;)",
1111
"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",
1313
"test": "npm run test:run-twice && npm run test:diff"
1414
},
1515
"author": "Tim Sebastian <[email protected]>",

0 commit comments

Comments
 (0)