Comparing version 0.1.2 to 1.0.0
{ | ||
"name": "arpad", | ||
"version": "0.1.2", | ||
"version": "1.0.0", | ||
"description": "An implementation of the ELO Rating System", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "jshint ./index.js ./test/tests.js && ./test/tests.js" | ||
}, | ||
@@ -30,3 +30,7 @@ "keywords": [ | ||
}, | ||
"homepage": "https://github.com/PhobosRising/node-arpad" | ||
"homepage": "https://github.com/PhobosRising/node-arpad", | ||
"devDependencies": { | ||
"jshint": "^2.9.4", | ||
"tape": "^4.6.3" | ||
} | ||
} |
@@ -62,13 +62,8 @@ # Arpad: ELO Rating System for Node.js | ||
First install mocha | ||
If you'd like to contribute be sure to run `npm install` to get the required packages and then make changes. | ||
Afterwards simply run the tests. | ||
If everything passes your should be Pull Request ready. | ||
``` | ||
npm install -g mocha | ||
``` | ||
Then run either of the following from the root of the repository | ||
``` | ||
npm test | ||
mocha | ||
``` | ||
@@ -75,0 +70,0 @@ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
397
0
16253
2
6
73
1