From aacda96ce310718e1fff98cefdb6f114f031d23b Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 17 Aug 2017 17:10:35 +0700 Subject: [PATCH] 3.0.0 --- package.json | 78 ++++++++++++++++++++++++++-------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/package.json b/package.json index 55797a4..27156ce 100644 --- a/package.json +++ b/package.json @@ -1,41 +1,41 @@ { - "name": "parse-json", - "version": "2.2.0", - "description": "Parse JSON with more helpful errors", - "license": "MIT", - "repository": "sindresorhus/parse-json", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=4" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js", - "vendor" - ], - "keywords": [ - "parse", - "json", - "graceful", - "error", - "message", - "humanize", - "friendly", - "helpful", - "string", - "str" - ], - "dependencies": { - "error-ex": "^1.3.1" - }, - "devDependencies": { - "ava": "*", - "xo": "*" - } + "name": "parse-json", + "version": "3.0.0", + "description": "Parse JSON with more helpful errors", + "license": "MIT", + "repository": "sindresorhus/parse-json", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js", + "vendor" + ], + "keywords": [ + "parse", + "json", + "graceful", + "error", + "message", + "humanize", + "friendly", + "helpful", + "string", + "str" + ], + "dependencies": { + "error-ex": "^1.3.1" + }, + "devDependencies": { + "ava": "*", + "xo": "*" + } }