mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(): have separate README for npm package
This commit is contained in:
@ -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'));
|
||||
});
|
||||
|
Reference in New Issue
Block a user