File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Linkify Changelog
22
3+ ### v2.1.9
4+
5+ * Move optional dependencies to peerdependencies (#282 )
6+ * Fix ` npm install ` displays vulnerabilities. (#265 )
7+ * Fix typo (#275 )
8+
39### v2.1.8
410
511* Allow mentions with inner @ sign for federated mentions - thanks @juliushaertl !
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ __Jump to__
4747Download the [ latest release] ( https://github.com/SoapBox/linkifyjs/releases ) , or install via [ NPM] ( https://www.npmjs.com/ )
4848
4949```
50- npm install --no-optional linkifyjs
50+ npm install linkifyjs
5151```
5252
5353or [ Yarn] ( https://yarnpkg.com/ )
5454
5555```
56- yarn add --ignore-optional linkifyjs
56+ yarn add linkifyjs
5757```
5858
5959or [ Bower] ( http://bower.io/ )
Original file line number Diff line number Diff line change 11{
22 "name" : " linkifyjs" ,
3- "version" : " 2.1.8 " ,
3+ "version" : " 2.1.9 " ,
44 "description" : " Intelligent link recognition, made easy" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments