Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Jul 25, 2022
1 parent a8ebe6a commit 6210cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "investing-com-api",
"version": "3.3.0",
"version": "3.4.0",
"description": "Unofficial APIs for Investing.com website.",
"main": "index.js",
"scripts": {
"lint": "eslint ./",
"test": "nyc mocha --timeout 5000",
"coverage": "nyc --reporter=lcov --reporter=text mocha"
"coverage": "nyc --reporter=lcov --reporter=text mocha --timeout 5000"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6210cd9

Please sign in to comment.