Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroso committed Sep 2, 2015
1 parent fcc42bc commit be6b211
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "jsmd",
"preferGlobal": true,
"version": "0.3.0",
"version": "0.3.1",
"description": "jsmd ensures that you will never have outdated and non-working JavaScript code in your README files.",
"main": "./lib/jsmd.js",
"homepage": "https://github.com/vesln/jsmd",
Expand Down Expand Up @@ -35,10 +35,10 @@
],
"license": "MIT",
"dependencies": {
"v8-argv": "jkroso/v8-argv#1.0.1",
"estraverse": "^1.5.0",
"escodegen": "^1.3.2",
"marked": "^0.3.2",
"esprima": "^2.4.1"
"v8-argv": "jkroso/v8-argv#1.1.1",
"estraverse": "4",
"escodegen": "1",
"marked": "0.3",
"esprima": "2"
}
}

0 comments on commit be6b211

Please sign in to comment.