Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "bmi-calc", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "./index.js", | ||
@@ -25,3 +25,3 @@ "author": { | ||
"scripts": { | ||
"test": "tape ./test/*.js" | ||
"test": "node test.js" | ||
}, | ||
@@ -28,0 +28,0 @@ "dependencies": { |
5283