File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# gulp-typed-css-modules
2
2
3
- This is a gulp plugin for me, that wraps [ typed-css-modules] ( https://github.com/Quramy/typed-css-modules ) .
3
+ This is a gulp plugin for me, which wraps [ typed-css-modules] ( https://github.com/Quramy/typed-css-modules ) .
4
4
5
5
## Installation
6
6
``` sh
@@ -24,7 +24,7 @@ gulp.task('tcm', function(){
24
24
This will create ` *.css.d.ts ` files next to each ` *.css ` file.
25
25
26
26
### Providing ` typed-css-modules `
27
- To use your own ` typed-css-modules ` instead of the built in one, do:
27
+ To use your own ` typed-css-modules ` instead of the built- in one, do:
28
28
29
29
``` js
30
30
gulp_tcm ({
@@ -36,10 +36,16 @@ gulp_tcm({
36
36
- ** quiet** : if true, suppress warning messages from ` typed-css-modules ` .
37
37
- ** tcm** : ` typed-css-modules ` module.
38
38
39
- Any other options are passed to ` typed-css-modules ` (` DtsCreator ` ).
39
+ Any other option is passed to ` typed-css-modules ` (` DtsCreator ` ).
40
40
41
41
## Contributing
42
42
welcome
43
43
44
+ ## Changelog
45
+ * Note: All dates are in JST.*
46
+
47
+ * ** 1.1.0** (2017-05-07): Update built-in ` typed-css-modules ` from ` 0.1.3 ` to ` 0.2.0 ` . (` f408d78 ` )
48
+ * ** 1.0.0** (2016-12-15): The first version.
49
+
44
50
## License
45
- MIT
51
+ MIT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gulp-typed-css-modules" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Gulp plugin for typed-css-modules" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments