CONTRIBUTING.md in license_finder-2.0.0.rc2 vs CONTRIBUTING.md in license_finder-2.0.0
- old
+ new
@@ -9,12 +9,12 @@
* Send a pull request.
## Development Dependencies
-To successfully run the test suite, you will need node.js, python, pip
-and gradle installed. If you run `rake check_dependencies`, you'll see
-exactly what you're missing.
+To successfully run the test suite, you will need npm, maven, pip, gradle and
+bower installed. If you run `rake check_dependencies`, you'll see exactly what
+you're missing.
### Python
For the python dependency tests you will want to have virtualenv
installed, to allow pip to work without sudo. For more details, see