We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25968b8 commit 8407450Copy full SHA for 8407450
package.json
@@ -2,6 +2,7 @@
2
"name": "eslint-plugin-import",
3
"version": "1.10.1",
4
"description": "Import with sanity.",
5
+ "engines": { "node": ">=4" },
6
"main": "lib/index.js",
7
"directories": {
8
"test": "tests"
utils/package.json
@@ -1,7 +1,8 @@
1
{
"name": "eslint-module-utils",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
0 commit comments