Skip to content

Commit

Permalink
fix: adapt to arcblock
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshijun committed Jun 19, 2024
1 parent 9dd84c8 commit 08de7fe
Show file tree
Hide file tree
Showing 3 changed files with 4,452 additions and 3,650 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@tahul/is-valid-domain",
"name": "@arcblock/is-valid-domain",
"version": "1.0.5",
"publishConfig": {
"access": "public"
},
"description": "Validate domain name",
"type": "module",
"repository": {
Expand Down Expand Up @@ -55,7 +58,7 @@
"generate": "node data/generate.js"
},
"dependencies": {
"@tahul/punycode": "^2.3.4"
"punycode": "^2.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.9.0",
Expand Down
Loading

0 comments on commit 08de7fe

Please sign in to comment.