Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Fixed tags, updated package.json to current requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
R. S. Doiel committed Nov 2, 2011
1 parent a8a08e1 commit 2dec087
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -17,16 +17,16 @@
"url" : "https://github.com/rsdoiel"
}],
"engines" : {
"node" : "0.4 || 0.5",
"npm" : "1"
"node" : ">= 0.4",
"npm" : ">= 1"
},
"dependencies" : {
"jsdom" : ">= 0.2.1"
"jsdom" : ">= 0.2.9"
},
"scripts" : {
"test" : "node extractor-test.js"
},
"bugs": {
"url": "http://github.com/rsdoiel/extractor-js/issues"
}
}
}

0 comments on commit 2dec087

Please sign in to comment.