Skip to content

Commit

Permalink
Merge branch 'development' into feat/product-search
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephigenia committed Jan 1, 2018
2 parents ce49f94 + e8dbccc commit ee3f267
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
charset = utf-8
[*.{md,markdown}]
indent_style = space
indent_size = 4
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.2.3"></a>
## [0.2.3](https://github.com/Ephigenia/ikea-availability-checker/compare/v0.2.2...v0.2.3) (2018-01-01)


### Bug Fixes

* **stores:** removes dublicate store names & codes ([d877820](https://github.com/Ephigenia/ikea-availability-checker/commit/d877820))



<a name="0.2.2"></a>
## [0.2.2](https://github.com/Ephigenia/ikea-availability-checker/compare/v0.2.1...v0.2.2) (2017-07-29)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"author": "Ephigenia M. Eichner",
"name": "ikea-availability-checker",
"description": "ikea product in-store availability checker",
"version": "0.2.2",
"description": "ikea product in-store availability checker and product search",
"version": "0.2.3",
"preferGlobal": true,
"keywords": [
"availability",
"ikea",
"iows",
"stock",
"warehouse"
"warehouse",
"product",
"search"
],
"license": "MIT",
"engines": {
Expand Down
1 change: 1 addition & 0 deletions source/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ let pkg = require('./../package.json');

program
.version(pkg.version)
.description(pkg.description)
.command('stock', 'check the availability of one or multiple products')
.command('stores', 'list stores in a specific country')
.command('search', 'search for a product code using product’s name')
Expand Down

0 comments on commit ee3f267

Please sign in to comment.