Skip to content

Commit

Permalink
make it a package
Browse files Browse the repository at this point in the history
  • Loading branch information
ronthedrummer committed Oct 17, 2024
1 parent 79fd449 commit d183804
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@oakendigital:registry=https://npm.pkg.github.com
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vldtld",
"name": "@oakendigital/vldtld",
"version": "0.0.1",
"description": "A lightweight and fast email validation package that uses regex to validate email patterns and checks the top-level domain (TLD) against the latest official list from IANA.",
"keywords": [
Expand All @@ -19,6 +19,10 @@
"email-syntax",
"npm"
],
"repository":"https://github.com/OakenDigital/vldtld",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit d183804

Please sign in to comment.