diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index a241a3ce..ef883407 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,8 @@ }, "devDependencies": { "acorn": "~5.0.3", - "mocha": "~2.3.4" + "mocha": "~2.3.4", + "semver": "~5.3.0" }, "scripts": { "test": "node test/run-tests.js" |