Compare commits

..

2 Commits

Author SHA1 Message Date
Anne Harper 22e0f99b26 revert to 7.4.0 2018-06-03 16:30:11 +02:00
Anne Harper 4d91084965 typo: it's 7.4.0.2 2018-06-03 13:59:01 +02:00
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.1", "version": "7.4.0",
"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"
} }
} }