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

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shvaikalesh committed Sep 7, 2016
1 parent 883f64b commit 495e610
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"test": "node_modules/.bin/eslint index.js && node_modules/.bin/mocha"
},
"dependencies": {
"esprima": "~2.6.0"
"esprima": "~3.0.0"
},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3",
"eslint": "^2.1.0"
"chai": "^3.5.0",
"mocha": "^3.0.2",
"eslint": "^3.4.0"
}
}

0 comments on commit 495e610

Please sign in to comment.