Skip to content

Commit 4898896

Browse files
committed
Add release-script
1 parent 843f901 commit 4898896

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@
3434
"csv": "~0.4.0",
3535
"lodash": "~3.9.3"
3636
},
37+
"devDependencies": {
38+
"release-script": "0.2.5"
39+
},
3740
"bugs": {
3841
"url": "https://github.com/mjhasbach/node-ms-wmic/issues"
42+
},
43+
"scripts": {
44+
"release": "release"
3945
}
40-
}
46+
}

0 commit comments

Comments
 (0)