diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
commit | bbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch) | |
tree | c58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/get-caller-file | |
parent | 003fb34971cf63466184351b4db5f7c67df4f444 (diff) |
update packages
Diffstat (limited to 'node_modules/get-caller-file')
-rw-r--r-- | node_modules/get-caller-file/README.md | 2 | ||||
-rw-r--r-- | node_modules/get-caller-file/package.json | 6 |
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 -[](https://travis-ci.org/ember-cli/ember-cli) +[](https://travis-ci.org/stefanpenner/get-caller-file) [](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" } } |