File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,12 @@ npm build
37
37
npm test
38
38
```
39
39
40
+ [ ![ Build Status] ( https://travis-ci.org/css-modules/postcss-modules-extract-imports.svg?branch=master )] ( https://travis-ci.org/css-modules/postcss-modules-extract-imports ) [ ![ Coverage Status] ( https://coveralls.io/repos/css-modules/postcss-modules-extract-imports/badge.svg?branch=master )] ( https://coveralls.io/r/css-modules/postcss-modules-extract-imports?branch=master )
41
+
40
42
## Development
41
43
42
- - ` npm watch ` will watch ` index. src.js ` for changes and rebuild
43
- - ` npm autotest ` will watch ` index. src.js ` and ` test.js ` for changes and retest
44
+ - ` npm watch ` will watch ` src ` for changes and rebuild
45
+ - ` npm autotest ` will watch ` src ` and ` test ` for changes and retest
44
46
45
47
## License
46
48
You can’t perform that action at this time.
0 commit comments