Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Mar 19, 2016
1 parent ab8bdc1 commit f1385ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.1.0 (March 19, 2016)

- Add support for config in `package.json`

## 1.0.0 (July 23, 2015)

- Initial release
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ Extended command tries to find and use `basis.config` file by default. It attemp

Besides `basis.config` module also check for `package.json`. Config may be stored with `basisjsConfig` key. If no `basisjsConfig` found then `package.json` ignores and searching is continue.

`basis.config` has higher priority

### basis.config

If `basis.config` found, it's content parses as `json`. Usualy properties treats as corresponding command options, and could be overridden by options in command line.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basisjs-tools-config",
"version": "1.0.1",
"version": "1.1.0",
"description": "Fetch config for basis.js tools",
"author": "Roman Dvornov <[email protected]>",
"homepage": "https://github.com/basisjs/basisjs-tools-config",
Expand Down

0 comments on commit f1385ed

Please sign in to comment.