becke-ch--regex--s0-0-v1--base--pl--lib
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -0,1 +1,11 @@ | ||
1.4.0 / 2018-04-07 | ||
================== | ||
* exposed this changelog information in the README file (and updated missing changelog information) | ||
1.3.0 / 2018-04-07 | ||
================== | ||
* exposed the already existing tests via 'npm test' | ||
1.2.0 / 2017-04-30 | ||
@@ -2,0 +12,0 @@ ================== |
{ | ||
"name": "becke-ch--regex--s0-0-v1--base--pl--lib", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "A JavaScript Regular Expression library, extending the standard RegExp class with missing functionality", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -183,9 +183,19 @@ ## Synopsis | ||
Once you've done the installation you can run (hundreds of) Unit (Mocha) tests as follows: | ||
Once you've done the installation you can run (hundreds of) Unit (Mocha) tests with: | ||
npm test | ||
OR alternatively | ||
You can run these tests as follows: | ||
cd test | ||
../node_modules/mocha/bin/mocha becke-ch--regex--s0-0-v1--base--pl--lib--test.js | ||
## Changelog (Version History) | ||
The changelog information can be found <a href="http://www--s0-v1.becke.ch/tool/becke-ch--regex--s0-v1/CHANGELOG.md">here</a>. | ||
## License | ||
<a href="http://www--s0-v1.becke.ch/tool/becke-ch--regex--s0-v1/becke-ch--regex--s0-v1--license.txt">The (MIT style) License can be found here</a> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47341
201