Skip to content

Commit 8407450

Browse files
committed
officially declare node >=4 dependency
1 parent 25968b8 commit 8407450

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "eslint-plugin-import",
33
"version": "1.10.1",
44
"description": "Import with sanity.",
5+
"engines": { "node": ">=4" },
56
"main": "lib/index.js",
67
"directories": {
78
"test": "tests"

utils/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "eslint-module-utils",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
5+
"engines": { "node": ">=4" },
56
"scripts": {
67
"test": "echo \"Error: no test specified\" && exit 1"
78
},

0 commit comments

Comments
 (0)