Skip to content

Commit

Permalink
Fixed wrong tinyld version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Ciriaco authored Jul 17, 2022
1 parent 9ada319 commit 4609148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "super-profanity",
"version": "1.1.1",
"version": "1.1.2",
"description": "A profanity filter that lives up to its name.",
"main": "profanity.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"noswearing": "^1.2.0",
"tinyld": "^1.2.0"
"tinyld": "1.2.0"
},
"exports": {
".": "./dist/profanity.js"
Expand Down

0 comments on commit 4609148

Please sign in to comment.