From 5f466137ad6ac596600e3ff53c9b786815398445 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 27 May 2017 17:36:13 +0200 Subject: node_modules, clean up package.json --- node_modules/load-json-file/package.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'node_modules/load-json-file/package.json') diff --git a/node_modules/load-json-file/package.json b/node_modules/load-json-file/package.json index b44c8a128..e5809e515 100644 --- a/node_modules/load-json-file/package.json +++ b/node_modules/load-json-file/package.json @@ -1,6 +1,6 @@ { "name": "load-json-file", - "version": "1.1.0", + "version": "2.0.0", "description": "Read and parse a JSON file", "license": "MIT", "repository": "sindresorhus/load-json-file", @@ -10,7 +10,7 @@ "url": "sindresorhus.com" }, "engines": { - "node": ">=0.10.0" + "node": ">=4" }, "scripts": { "test": "xo && ava" @@ -19,8 +19,8 @@ "index.js" ], "keywords": [ - "json", "read", + "json", "parse", "file", "fs", @@ -31,16 +31,13 @@ "graceful-fs": "^4.1.2", "parse-json": "^2.2.0", "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" + "strip-bom": "^3.0.0" }, "devDependencies": { "ava": "*", "xo": "*" }, "xo": { - "ignores": [ - "test.js" - ] + "esnext": true } } -- cgit v1.2.3