Skip to content

Commit

Permalink
set version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jun 9, 2024
1 parent d4e1f8c commit 9586eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghminer",
"version": "0.0.0",
"version": "0.0.4",
"description": "Command-line GitHub repository miner that aggregates dataset for your researches",
"main": "./src/index.js",
"bin": {
Expand All @@ -27,10 +27,10 @@
"eslint": "9.4.0",
"eslint-config-google": "0.14.0",
"grunt": "^1.6.1",
"nyc": "^15.1.0",
"grunt-contrib-clean": "2.0.1",
"grunt-eslint": "24.3.0",
"grunt-mocha-cli": "^4.0.0",
"mocha": "^10.3.0"
"mocha": "^10.4.0",
"nyc": "^15.1.0"
}
}

0 comments on commit 9586eaf

Please sign in to comment.