Skip to content

Commit

Permalink
pronounce @0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Feb 26, 2021
1 parent 99e0890 commit a448b81
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/pronounce/builds/compromise-pronounce.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/pronounce/builds/compromise-pronounce.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* compromise-pronounce 0.0.4 MIT */
/* compromise-pronounce 0.0.5 MIT */
//individual manipulations of the text
var transformations = {
dedup: function dedup(s) {
Expand Down
2 changes: 1 addition & 1 deletion plugins/pronounce/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/pronounce/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "compromise-pronounce",
"description": "plugin for nlp-compromise",
"version": "0.0.4",
"version": "0.0.5",
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
"main": "./builds/compromise-pronounce.js",
"unpkg": "./builds/compromise-pronounce.min.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"peerDependencies": {
"compromise": ">=12.0.0",
"compromise-dates": "0.0.5"
"compromise-dates": ">=0.0.5"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit a448b81

Please sign in to comment.