Compare commits

..

No commits in common. "22e0f99b26c8b590e00f63b581b3e3fa6b225013" and "a4dcc148efdfaba6f170b359fc339c04b287ed39" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"engines": { "engines": {
"node": ">=6.9.5" "node": ">=6.9.5"
}, },
"version": "7.4.0", "version": "7.4.0.1",
"description": "API for tracking resource utilization and reporting metrics", "description": "API for tracking resource utilization and reporting metrics",
"main": "index.js", "main": "index.js",
"repository": { "repository": {
@ -38,4 +38,4 @@
"start": "node index.js", "start": "node index.js",
"test": "mocha --recursive tests/unit" "test": "mocha --recursive tests/unit"
} }
} }