directory-hash
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,3 +8,15 @@ # Change Log | ||
## [1.0.2] - 2015-09-16 | ||
### Added | ||
- EditorConfig support | ||
### Fixed | ||
- removed stale documentation in README | ||
- fixed links in CHANGELOG | ||
- fixed Markdown syntax errors in CHANGELOG | ||
- invoking of the CLI | ||
## [1.0.1] - 2015-09-15 | ||
### Added | ||
@@ -15,9 +27,12 @@ - Travis support | ||
- LICENSE, CHANGELOG and AUTHORS files | ||
### Fixed | ||
- `npm test` while /test folder is empty | ||
- include /lib folder in published npm package | ||
### Removed | ||
- `npm run debug` script | ||
[unreleased]: https://github.com/jakutis/directory-tree-js/compare/v1.0.1...HEAD | ||
[1.0.1]: https://github.com/jakutis/directory-tree-js/compare/v1.0.0...v1.0.1 | ||
[unreleased]: https://github.com/jakutis/directory-hash-js/compare/v1.0.2...HEAD | ||
[1.0.2]: https://github.com/jakutis/directory-hash-js/compare/v1.0.1...v1.0.2 | ||
[1.0.1]: https://github.com/jakutis/directory-hash-js/compare/v1.0.0...v1.0.1 |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; |
{ | ||
"name": "directory-hash", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Do stuff with file system directory trees most often involving hashes - integrity checking, merging, etc.", | ||
@@ -12,3 +12,3 @@ "keywords": ["directory", "hash", "tree"], | ||
"scripts": { | ||
"test": "mkdir -p test && mocha --compilers js:babel/register", | ||
"test": "make && mkdir -p test && mocha --async-only --compilers js:babel/register", | ||
"build": "make" | ||
@@ -15,0 +15,0 @@ }, |
@@ -27,5 +27,1 @@ # directory-hash | ||
npm run build | ||
### Debugging | ||
npm run debug |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
37632
2
27