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

Commit

Permalink
Upgrade to mocha 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman committed Sep 21, 2012
1 parent 7a1ac8c commit c7bf1ac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
@@ -1,9 +1,9 @@
{
"name": "saxpath",
"description": "XPath expression evaluator against a XML-SAX stream",
"version": "0.5.1",
"version": "0.5.2",
"author": "Steven Looman <steven.looman@gmail.com>",
"keywords": [ ],
"keywords": [ "xml", "sax", "xpath", "parser", "evaluator" ],
"licenses" : [
{
"type": "2-clause BSD",
Expand All @@ -12,11 +12,12 @@
],

"dependencies": {
"sax": "0.4.2"
"sax": "0.4.2",
"blammo": "0.4.2"
},
"devDependencies": {
"pegjs": "0.7.0",
"mocha": "1.3.2",
"mocha": "1.5.0",
"mocha-lcov-reporter": "0.0.1"
},
"directories": {
Expand Down

0 comments on commit c7bf1ac

Please sign in to comment.