Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #185 from hcodes/update_deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
hcodes committed Feb 19, 2022
2 parents 78b3a59 + 1b8ced0 commit 40ee69b
Show file tree
Hide file tree
Showing 5 changed files with 777 additions and 780 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v8.0.1
Update deps in package.json.

## v8.0.0
- Yaspeller requires Node.js 12 or higher.
- Reducing the size of dependencies #178 @alchazov.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

© 2021 Denis Seleznev, <[email protected]>
© 2022 Denis Seleznev, <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/yaspeller.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const fetch = require('node-fetch');
const pth = require('path');
const xml2js = require('xml2js');
const yaspellerApi = require('yandex-speller');
const marked = require('marked');
const marked = require('marked').marked;

const eyo = require('./plugins/eyo');
const { getFormat, getApiFormat } = require('./helpers/format');
Expand Down
Loading

0 comments on commit 40ee69b

Please sign in to comment.