Browse Source

#1607 Meteor version uses global version from package.json

pull/1845/merge
jlukic 10 years ago
parent
commit
bf30fe0e9f
1 changed files with 1 additions and 1 deletions
  1. 2
      gulpfile.js

2
gulpfile.js

@ -1256,7 +1256,7 @@ gulp.task('create repos', false, function(callback) {
.pipe(flatten())
.pipe(replace(regExp.match.name, regExp.replace.name))
.pipe(replace(regExp.match.titleName, regExp.replace.titleName))
.pipe(replace(regExp.match.version, regExp.replace.mversion))
.pipe(replace(regExp.match.version, version))
.pipe(replace(regExp.match.files, fileNames))
.pipe(rename(defaults.files.npm))
.pipe(gulp.dest(outputDirectory))

Loading…
Cancel
Save