Skip to content

Commit

Permalink
added keywords to package.json, bumped version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imxeno committed Sep 4, 2018
1 parent 8cfe90b commit 48b8494
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
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.

15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
{
"name": "tradingview-scraper",
"version": "0.2.0",
"version": "0.2.1",
"description": "A gateway to TradingView's data for your Node.js application!",
"keywords": [
"tradingview",
"scraper",
"scraping",
"trading",
"view",
"ticker",
"prices",
"cryptocurrency",
"crypto",
"symbol",
"forex"
],
"main": "index.js",
"dependencies": {
"randomstring": "^1.1.5",
Expand Down

0 comments on commit 48b8494

Please sign in to comment.