Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lamartire committed May 26, 2020
1 parent 9bf6eb1 commit 13fa5c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Features:

- `writeMeta` now is pure step
- Inserting EOL wrap to each file (now it is not configurable)
- Add `--include-cache` option for storing configuration cache outside of `node_modules`

# v2.1.2

Expand Down
2 changes: 2 additions & 0 deletions packages/sharec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ if you want always have ability to change configuration version in project witho

With this option, cache would be saved in `<project_path>/.sharec/.cache`, instead `node_modules`.

Especially this feature can be usefull if you are using package manager which do not make `node_modules`.

Be sure, if you use this option, that `.sharec` directory is not ignored by git!

Example:
Expand Down

0 comments on commit 13fa5c8

Please sign in to comment.