chore(): have separate README for npm package

This commit is contained in:
Tim Lancina
2015-12-18 17:55:18 -06:00
parent b6ec554695
commit 3ab3de56e3
3 changed files with 38 additions and 58 deletions

View File

@ -401,7 +401,7 @@ gulp.task('package', ['src'], function(){
return gulp.src([
'scripts/npm/.npmignore',
'scripts/npm/package.json',
'README.md'
'scripts/npm/README.md'
])
.pipe(gulp.dest('dist'));
});