Skip to content

Commit

Permalink
fix(build): Copy LICENSE to release
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRyanDev committed Apr 1, 2016
1 parent 1690028 commit 582c43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gulp.task('build', ['babel'], function(){
'./release/cjs/**/*.js',
'./release/definitions/**/*.d.ts',
'./package.json',
'./.npmrc'
'./LICENSE'
])
.pipe(gulp.dest('./release/npm'));
});

0 comments on commit 582c43f

Please sign in to comment.