Skip to content

Commit

Permalink
Corrected issue with package.json and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
glennjones committed Sep 8, 2015
1 parent 721edb6 commit d11fc3f
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"author": "Glenn Jones",
"name": "microformat-node",
"description": "A microformat 2 parser for node.js",
"version": "1.0.0",
"description": "A microformat parser for node.js",
"version": "1.0.1",
"license": "MIT",
"keywords": [
"parser",
"microfomats",
"h-adr",
"h-card",
"h-entry",
"h-event",
"h-geo",
"h-news",
"h-org",
"h-product",
"h-recipe",
"h-resume",
"h-review-aggregate",
"h-review"
"hadr",
"hcard",
"hentry",
"hevent",
"hgeo",
"hnews",
"horg",
"hproduct",
"hrecipe",
"hresume",
"hreview-aggregate",
"hreview"
],
"repository": {
"type": "git",
Expand All @@ -28,9 +28,6 @@
"node": ">= 0.10.x"
},
"main": "index",
"bin": {
"microformat-node": "./bin/microformat-node"
},
"dependencies": {
"cheerio": "0.19.x",
"bluebird": "2.9.x",
Expand Down

0 comments on commit d11fc3f

Please sign in to comment.