Skip to content

Commit 5558538

Browse files
committed
update docs v1.1.0
1 parent f408d78 commit 5558538

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gulp-typed-css-modules
22

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).
44

55
## Installation
66
```sh
@@ -24,7 +24,7 @@ gulp.task('tcm', function(){
2424
This will create `*.css.d.ts` files next to each `*.css` file.
2525

2626
### 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:
2828

2929
```js
3030
gulp_tcm({
@@ -36,10 +36,16 @@ gulp_tcm({
3636
- **quiet**: if true, suppress warning messages from `typed-css-modules`.
3737
- **tcm**: `typed-css-modules` module.
3838

39-
Any other options are passed to `typed-css-modules` (`DtsCreator`).
39+
Any other option is passed to `typed-css-modules` (`DtsCreator`).
4040

4141
## Contributing
4242
welcome
4343

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+
4450
## License
45-
MIT
51+
MIT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-typed-css-modules",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Gulp plugin for typed-css-modules",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)