aboutsummaryrefslogtreecommitdiff
path: root/node_modules/update-notifier/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/update-notifier/package.json')
-rw-r--r--node_modules/update-notifier/package.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/node_modules/update-notifier/package.json b/node_modules/update-notifier/package.json
index 8a122a774..a98164c0f 100644
--- a/node_modules/update-notifier/package.json
+++ b/node_modules/update-notifier/package.json
@@ -1,6 +1,6 @@
{
"name": "update-notifier",
- "version": "2.2.0",
+ "version": "2.3.0",
"description": "Update notifications for your CLI app",
"license": "BSD-2-Clause",
"repository": "yeoman/update-notifier",
@@ -13,7 +13,7 @@
"node": ">=4"
},
"scripts": {
- "test": "xo && mocha --timeout 20000"
+ "test": "xo && ava --timeout=20s"
},
"files": [
"index.js",
@@ -33,20 +33,21 @@
"version"
],
"dependencies": {
- "boxen": "^1.0.0",
- "chalk": "^1.0.0",
+ "boxen": "^1.2.1",
+ "chalk": "^2.0.1",
"configstore": "^3.0.0",
"import-lazy": "^2.1.0",
+ "is-installed-globally": "^0.1.0",
"is-npm": "^1.0.0",
"latest-version": "^3.0.0",
"semver-diff": "^2.0.0",
"xdg-basedir": "^3.0.0"
},
"devDependencies": {
+ "ava": "*",
"clear-module": "^2.1.0",
"fixture-stdout": "^0.2.1",
- "mocha": "*",
- "strip-ansi": "^3.0.1",
+ "strip-ansi": "^4.0.0",
"xo": "^0.18.2"
}
}