We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032f8b7 commit 7dc524eCopy full SHA for 7dc524e
1 file changed
scripts/publish/pubspec_cleaner.js
@@ -24,7 +24,7 @@ var BASE_PACKAGE_JSON = require('../../package.json');
24
doc['version'] = BASE_PACKAGE_JSON.version;
25
doc['homepage'] = BASE_PACKAGE_JSON.homepage;
26
doc['authors'] = Object.keys(BASE_PACKAGE_JSON.contributors).map(function(name) {
27
- return name + ' <' + BASE_PACKAGE_JSON.contributors[name] + '>';
+ return BASE_PACKAGE_JSON.contributors[name];
28
});
29
30
fs.writeFileSync(pubspecFile, yaml.safeDump(doc));
0 commit comments