Build: Set npmTags and use exec properly

This commit is contained in:
Jörn Zaefferer
2014-04-01 16:37:57 +02:00
parent f9ede07be2
commit 0f3cb601ad

View File

@@ -113,6 +113,9 @@ module.exports = function( Release ) {
Release.define({
npmPublish: true,
npmTags: function() {
return [ "1.x" ];
},
issueTracker: "trac",
contributorReportId: 508,
/**