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 4dba2bc commit 08b6ab2Copy full SHA for 08b6ab2
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "dirsum",
3
"description": "A small library that computes checksums of directory trees",
4
- "version": "0.1.3-gwre",
+ "version": "0.1.2",
5
"repository": {
6
"type": "git",
7
"url": "git://github.com/mcavage/node-dirsum.git"
@@ -11,12 +11,6 @@
11
"scripts": {
12
"test": "jshint lib tst/dirsum.test.js && node tst/dirsum.test.js"
13
},
14
- "maintainers": [
15
- {
16
- "name": "Heath Chiavettone",
17
- "url": "https://github.com/heath-guidewire"
18
- }
19
- ],
20
"devDependencies": {
21
"jshint": ">=0.1.9"
22
0 commit comments