fixed bug in package.json, removed false false test
Showing
... | ... | @@ -2,10 +2,15 @@ |
"name": "uritemplate", | ||
"description": "An UriTemplate implementation of rfc 6570", | ||
"homepage": "https://www.github.com/fxa/uritemplate-js", | ||
"keywords": ["util", "uri", "template", "rfc6570"], | ||
"keywords": [ | ||
"util", | ||
"uri", | ||
"template", | ||
"rfc6570" | ||
], | ||
"author": "Franz Antesberger", | ||
"contributors": [], | ||
"dependencies": [], | ||
"dependencies": {}, | ||
"main": "bin/uritemplate.js", | ||
"licenses": [ | ||
{ | ||
... | ... | @@ -30,5 +35,13 @@ |
"uritemplate-test/spec-examples-by-sections.json", | ||
"uritemplate-test/spec-examples.json" | ||
], | ||
"version": "0.2.0" | ||
"version": "0.2.1", | ||
"readmeFilename": "README.md", | ||
"gitHead": "901b85201a821427dfb4591b56aea3a70d45c67c", | ||
"devDependencies": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/fxa/uritemplate-js.git" | ||
}, | ||
"license": "MIT" | ||
} |
Please register or sign in to comment