From f1385eda7c0602a8a65c2eb8547a124ec7195aea Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Sun, 20 Mar 2016 00:56:00 +0300 Subject: [PATCH] 1.1.0 --- HISTORY.md | 7 +++++++ README.md | 2 -- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 HISTORY.md diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..b721e05 --- /dev/null +++ b/HISTORY.md @@ -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 diff --git a/README.md b/README.md index ae9cf30..01e5972 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 9804497..3ce04aa 100644 --- a/package.json +++ b/package.json @@ -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 ", "homepage": "https://github.com/basisjs/basisjs-tools-config",