Skip to content

Commit 08b6ab2

Browse files
Removed the sub-tag on the package version and the maintainers block for merging to master
1 parent 4dba2bc commit 08b6ab2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dirsum",
33
"description": "A small library that computes checksums of directory trees",
4-
"version": "0.1.3-gwre",
4+
"version": "0.1.2",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/mcavage/node-dirsum.git"
@@ -11,12 +11,6 @@
1111
"scripts": {
1212
"test": "jshint lib tst/dirsum.test.js && node tst/dirsum.test.js"
1313
},
14-
"maintainers": [
15-
{
16-
"name": "Heath Chiavettone",
17-
"url": "https://github.com/heath-guidewire"
18-
}
19-
],
2014
"devDependencies": {
2115
"jshint": ">=0.1.9"
2216
},

0 commit comments

Comments
 (0)