Skip to content

Commit

Permalink
Merge pull request #4 from elsowiny/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
elsowiny authored Feb 6, 2022
2 parents ebca069 + 3fbff25 commit cdaeab7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 646 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
lib
/lib
coverage
11 changes: 0 additions & 11 deletions lib/index.d.ts

This file was deleted.

77 changes: 0 additions & 77 deletions lib/index.js

This file was deleted.

15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "badwordsfilter",
"name": "@elsowiny/badwordsfilter",
"version": "1.0.0",
"description": "badwordsfilter",
"main": "index.js",
"description": "A filter for bad words which also checks if a word is profane",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
Expand All @@ -13,18 +14,22 @@
"start": "node lib/index.js",
"format": "prettier --write \"src/**/*.ts\" ",
"lint": "tslint -p tsconfig.json"

},
"repository": {
"type": "git",
"url": "git+https://github.com/elsowiny/badwordslist.git"
},
"keywords": [],
"keywords": ["profanity", "badwordsfilter", "badwords", "isprofane", "isbadword", "badword", "profanityfilter", "profanitychecker", "profanitycheck", "badwordchecker"],
"author": "Sherief Elsowiny <[email protected]>",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/elsowiny/badwordslist/issues"
},
"files" :["lib/**/*"],



"homepage": "https://github.com/elsowiny/badwordslist#readme",
"devDependencies": {
"@babel/core": "^7.17.0",
Expand Down
Loading

0 comments on commit cdaeab7

Please sign in to comment.