Fixed missing link in dist file header

pull/115/head
Jeroen Akkerman 5 years ago
parent 7fa4521145
commit 981b63cacc

@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- More polish to the upload images functionality (Thanks to [@jfly], [#109]). - More polish to the upload images functionality (Thanks to [@jfly], [#109]).
- Improved React compatibility (Thanks to [@richtera], [#97]). - Improved React compatibility (Thanks to [@richtera], [#97]).
### Fixed
- Missing link in dist file header.
## [2.7.0] - 2019-07-13 ## [2.7.0] - 2019-07-13
### Added ### Added
- `previewClass` option for overwriting the preview screen class ([#99]). - `previewClass` option for overwriting the preview screen class ([#99]).

@ -15,7 +15,7 @@ var rename = require('gulp-rename');
var banner = ['/**', var banner = ['/**',
' * <%= pkg.name %> v<%= pkg.version %>', ' * <%= pkg.name %> v<%= pkg.version %>',
' * Copyright <%= pkg.author %>', ' * Copyright <%= pkg.author %>',
' * @link <%= pkg.repository.url %>', ' * @link https://github.com/ionaru/easy-markdown-editor',
' * @license <%= pkg.license %>', ' * @license <%= pkg.license %>',
' */', ' */',
''].join('\n'); ''].join('\n');

Loading…
Cancel
Save