Skip to content

Commit

Permalink
redact @ 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Feb 26, 2021
1 parent a448b81 commit 939514c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/redact/builds/compromise-redact.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/redact/builds/compromise-redact.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* compromise-redact 0.0.4 MIT */
/* compromise-redact 0.0.5 MIT */
var randChar = function randChar(_char) {
var len = Math.random() * 10;
len = Math.ceil(len);
Expand Down
2 changes: 1 addition & 1 deletion plugins/redact/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/redact/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "compromise-redact",
"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-redact.js",
"unpkg": "./builds/compromise-redact.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 939514c

Please sign in to comment.