aboutsummaryrefslogtreecommitdiff
path: root/node_modules/get-caller-file
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/get-caller-file')
-rw-r--r--node_modules/get-caller-file/README.md2
-rw-r--r--node_modules/get-caller-file/package.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/get-caller-file/README.md b/node_modules/get-caller-file/README.md
index c32df54c3..194492736 100644
--- a/node_modules/get-caller-file/README.md
+++ b/node_modules/get-caller-file/README.md
@@ -1,4 +1,4 @@
# get-caller-file
-[![Build Status](https://travis-ci.org/ember-cli/ember-cli.svg?branch=master)](https://travis-ci.org/ember-cli/ember-cli)
+[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file)
[![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/get-caller-file/branch/master)
diff --git a/node_modules/get-caller-file/package.json b/node_modules/get-caller-file/package.json
index 4c1b447a5..eb121a6ff 100644
--- a/node_modules/get-caller-file/package.json
+++ b/node_modules/get-caller-file/package.json
@@ -1,6 +1,6 @@
{
"name": "get-caller-file",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "",
"main": "index.js",
"directories": {
@@ -24,8 +24,8 @@
},
"homepage": "https://github.com/stefanpenner/get-caller-file#readme",
"devDependencies": {
- "chai": "^3.4.1",
+ "chai": "^4.1.2",
"ensure-posix-path": "^1.0.1",
- "mocha": "^2.3.4"
+ "mocha": "^5.2.0"
}
}