Comparing version
{ | ||
"name": "n64", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Int64 object for javascript", | ||
@@ -22,8 +22,8 @@ "keywords": [ | ||
"lint": "eslint bench/ lib/ test/ || exit 0", | ||
"test": "mocha --reporter spec test/*-test.js" | ||
"test": "bmocha --reporter spec test/*-test.js" | ||
}, | ||
"devDependencies": { | ||
"bindings": "~1.3.1", | ||
"bmocha": "^0.1.0", | ||
"bn.js": "~4.11.8", | ||
"mocha": "^5.2.0", | ||
"nan": "~2.11.1" | ||
@@ -30,0 +30,0 @@ }, |
45357
0