Skip to content

Commit

Permalink
Update node modules:blessed,blessed-contrib,moment,request.
Browse files Browse the repository at this point in the history
  • Loading branch information
topdna committed Jul 28, 2015
1 parent 5b72f99 commit bf2eb27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

- Add `--lteb [pct]` support to query symbols that make 100*(s.price - s.cheap)/s.price <= pct.
- Add `--gtes [pct]` support to query symbols that make 100*(s.price - s.expensive)/s.price >= pct.
- Update node modules:blessed,blessed-contrib,moment,request.

### v0.2.6

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "star",
"author": "hustcer",
"public": true,
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",
"homepage": "http://traceinvest.com",
"description": "A STock Analysis and Research tool for terminal users.",
Expand Down Expand Up @@ -35,18 +35,18 @@
"dependencies": {
"async":"~1.4.0",
"bluebird": "~2.9.34",
"blessed": "~0.1.14",
"blessed-contrib": "~2.3.1",
"blessed": "~0.1.15",
"blessed-contrib": "~2.3.2",
"cheerio":"~0.19.0",
"colors": "~1.1.0",
"commander": "~2.8.1",
"iconv": "^2.1.8",
"js-yaml": "~3.3.0",
"lodash": "~3.10.0",
"moment":"~2.10.3",
"moment":"~2.10.5",
"numeral": "~1.5.3",
"printf": "~0.2.3",
"request": "2.58.0"
"request": "2.60.0"
},
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit bf2eb27

Please sign in to comment.