From 7310d01fea3a48131ced07c2b501ed3202b0021d Mon Sep 17 00:00:00 2001 From: David Anson Date: Tue, 6 Mar 2018 21:49:16 -0800 Subject: [PATCH] Add "engines" field to package.json. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 0b6fa20c..7739c317 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,9 @@ "build-example": "npm install --no-save --ignore-scripts grunt grunt-cli gulp through2", "example": "cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint" }, + "engines": { + "node": ">=0.10" + }, "dependencies": { "markdown-it": "8.4.0" },