From 26ea4a5c0fcb6d9a2e87f733403791dd05637af8 Mon Sep 17 00:00:00 2001 From: Marc Bachmann Date: Tue, 26 May 2015 21:54:40 +0200 Subject: [PATCH] Version 2.0.0 --- .travis.yml | 4 ++++ package.json | 46 +++++++++++++++++++++++++++++----------------- 2 files changed, 33 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index 92dcc81..9338bf1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,7 @@ node_js: - 0.8 - 0.10 - 0.11 + - 0.12 + - iojs-v1.0 + - iojs-v2.0 + - iojs diff --git a/package.json b/package.json index 5fc0a57..7139962 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,30 @@ -{ "name" : "jsonpointer" -, "description" : "Simple JSON Addressing." -, "tags" : ["util", "simple", "util", "utility"] -, "version" : "1.0.1" -, "author" : "Jan Lehnardt " -, "contributors": - ["Joe Hildebrand "] -, "repository" : - { "type" : "git" - , "url" : "http://github.com/janl/node-jsonpointer.git" - } -, "bugs" : - { "url" : "http://github.com/janl/node-jsonpointer/issues" } -, "engines" : ["node >= 0.4.9"] -, "main" : "./jsonpointer" -, "scripts" : { "test" : "node test.js" } -, "license": "MIT" +{ + "name": "jsonpointer", + "description": "Simple JSON Addressing.", + "tags": [ + "util", + "simple", + "util", + "utility" + ], + "version": "2.0.0", + "author": "Jan Lehnardt ", + "contributors": [ + "Joe Hildebrand " + ], + "repository": { + "type": "git", + "url": "http://github.com/janl/node-jsonpointer.git" + }, + "bugs": { + "url": "http://github.com/janl/node-jsonpointer/issues" + }, + "engines": { + "node": ">=0.6.0" + }, + "main": "./jsonpointer", + "scripts": { + "test": "node test.js" + }, + "license": "MIT" }