Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Nov 10, 2022
1 parent 49a338a commit 9d4a7ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@
"license": "MIT",
"author": "Elone Hoo <huchengyea@163.com>",
"description": "Iteratively walk any DOM node.",
"type":"module",
"repository": {
"type": "git",
"url": "git+https://github.com/elonehoo/dom-traversal"
},
"homepage": "https://github.com/elonehoo/dom-traversal#readme",
"bugs": "https://github.com/elonehoo/dom-traversal/issues",
"main": "./dist/index.umd.js",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.js"
"require": "./dist/index.umd.cjs"
}
},
"files": [
Expand Down

0 comments on commit 9d4a7ed

Please sign in to comment.