Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed May 26, 2015
1 parent 902fe7b commit 26ea4a5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 17 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ node_js:
- 0.8
- 0.10
- 0.11
- 0.12
- iojs-v1.0
- iojs-v2.0
- iojs
46 changes: 29 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
{ "name" : "jsonpointer"
, "description" : "Simple JSON Addressing."
, "tags" : ["util", "simple", "util", "utility"]
, "version" : "1.0.1"
, "author" : "Jan Lehnardt <jan@apache.org>"
, "contributors":
["Joe Hildebrand <joe-github@cursive.net>"]
, "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 <jan@apache.org>",
"contributors": [
"Joe Hildebrand <joe-github@cursive.net>"
],
"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"
}

0 comments on commit 26ea4a5

Please sign in to comment.