aboutsummaryrefslogtreecommitdiff
path: root/node_modules/which-module
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-14 05:01:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-14 05:02:09 +0200
commit363723fc84f7b8477592e0105aeb331ec9a017af (patch)
tree29f92724f34131bac64d6a318dd7e30612e631c7 /node_modules/which-module
parent5634e77ad96bfe1818f6b6ee70b7379652e5487f (diff)
node_modules
Diffstat (limited to 'node_modules/which-module')
-rw-r--r--node_modules/which-module/CHANGELOG.md15
-rw-r--r--node_modules/which-module/package.json12
2 files changed, 21 insertions, 6 deletions
diff --git a/node_modules/which-module/CHANGELOG.md b/node_modules/which-module/CHANGELOG.md
index 6c8f5f294..863d4698e 100644
--- a/node_modules/which-module/CHANGELOG.md
+++ b/node_modules/which-module/CHANGELOG.md
@@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+<a name="2.0.0"></a>
+# [2.0.0](https://github.com/nexdrew/which-module/compare/v1.0.0...v2.0.0) (2017-05-01)
+
+
+### Features
+
+* remove Node < 4 from official testing/support ([#22](https://github.com/nexdrew/which-module/issues/22)) ([ee7aff4](https://github.com/nexdrew/which-module/commit/ee7aff4))
+
+
+### BREAKING CHANGES
+
+* Node 0.10 or 0.12 no longer supported, please update to Node 4+ or use which-module@1.0.0
+
+
+
<a name="1.0.0"></a>
# 1.0.0 (2016-06-06)
diff --git a/node_modules/which-module/package.json b/node_modules/which-module/package.json
index 6646a2bd3..3566aff0e 100644
--- a/node_modules/which-module/package.json
+++ b/node_modules/which-module/package.json
@@ -1,6 +1,6 @@
{
"name": "which-module",
- "version": "1.0.0",
+ "version": "2.0.0",
"description": "Find the module object for something that was require()d",
"main": "index.js",
"scripts": {
@@ -32,10 +32,10 @@
},
"homepage": "https://github.com/nexdrew/which-module#readme",
"devDependencies": {
- "ava": "^0.15.2",
- "coveralls": "^2.11.9",
- "nyc": "^6.4.4",
- "standard": "^7.1.2",
- "standard-version": "^2.3.0"
+ "ava": "^0.19.1",
+ "coveralls": "^2.13.1",
+ "nyc": "^10.3.0",
+ "standard": "^10.0.2",
+ "standard-version": "^4.0.0"
}
}