We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22259f9 commit e0d5922Copy full SHA for e0d5922
package.json
@@ -3,6 +3,9 @@
3
"version": "1.0.0",
4
"description": "Create a hash checksum over a folder and its content - its children and their content",
5
"main": "index.js",
6
+ "scripts": {
7
+ "test": "mocha --reporter spec test"
8
+ },
9
"author": {
10
"name": "Marc Walter",
11
"email": "[email protected]"
0 commit comments