Skip to content

Commit

Permalink
Upgrade Roff.js to v0.2.0 and update change-log
Browse files Browse the repository at this point in the history
Closes: #3
  • Loading branch information
Alhadis committed Dec 31, 2019
1 parent 6e0a97c commit 6722ee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org).
* __Added:__ Editor command to replace blank lines in Roff documents
* __Added:__ Highlighting for `gperl`, `glilypond`, and `gpinyin` macros
* __Added:__ Highlighting for shell source embedded with `mdoc`'s `.Bd`
* __Added:__ Man-page previewer and clickable page hyperlinks
* __Added:__ Missing highlighting for numerous `\f` sequences
* __Added:__ Snippet for inserting a bordered section heading
* __Added:__ Support for sequences escaped by Groff's `\E`
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
"test": "atom -t spec"
},
"dependencies": {
"urw-core35-fonts": "^1.1.0",
"prompt-view": "*",
"roff": "*"
"prompt-view": "^1.0.0",
"roff": "^0.2.0"
},
"devDependencies": {
"@alhadis/eslint-config": "^1.2.0",
Expand Down

0 comments on commit 6722ee8

Please sign in to comment.