diff options
Diffstat (limited to 'node_modules/jsonfile/package.json')
| -rw-r--r-- | node_modules/jsonfile/package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/node_modules/jsonfile/package.json b/node_modules/jsonfile/package.json index 52719edb2..29e783f4f 100644 --- a/node_modules/jsonfile/package.json +++ b/node_modules/jsonfile/package.json @@ -1,6 +1,6 @@ { "name": "jsonfile", - "version": "3.0.1", + "version": "4.0.0", "description": "Easily read/write JSON files.", "repository": { "type": "git", @@ -23,9 +23,12 @@ "devDependencies": { "mocha": "2.x", "rimraf": "^2.4.0", - "standard": "^6.0.8" + "standard": "^10.0.3" }, "main": "index.js", + "files": [ + "index.js" + ], "scripts": { "lint": "standard", "test": "npm run lint && npm run unit", |
