mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-08-30 20:42:44 -06:00
Fixed missing link in dist file header
This commit is contained in:
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]).
|
||||
- Improved React compatibility (Thanks to [@richtera], [#97]).
|
||||
|
||||
### Fixed
|
||||
- Missing link in dist file header.
|
||||
|
||||
## [2.7.0] - 2019-07-13
|
||||
### Added
|
||||
- `previewClass` option for overwriting the preview screen class ([#99]).
|
||||
|
@ -15,7 +15,7 @@ var rename = require('gulp-rename');
|
||||
var banner = ['/**',
|
||||
' * <%= pkg.name %> v<%= pkg.version %>',
|
||||
' * Copyright <%= pkg.author %>',
|
||||
' * @link <%= pkg.repository.url %>',
|
||||
' * @link https://github.com/ionaru/easy-markdown-editor',
|
||||
' * @license <%= pkg.license %>',
|
||||
' */',
|
||||
''].join('\n');
|
||||
|
Loading…
x
Reference in New Issue
Block a user