Skip to content

Commit

Permalink
Support asynchronous visitors
Browse files Browse the repository at this point in the history
  • Loading branch information
pcafstockf committed Jun 26, 2020
1 parent b6afb9a commit 1c9b412
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"build": "npm run clean && tsc -p tsconfig.json",
"test": "ts-node node_modules/tape/bin/tape tst/**/*.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/pcafstockf/unist-utils-core.git"
},
"bugs": {
"url": "https://github.com/pcafstockf/unist-utils-core/issues"
},
"dependencies": {
"tslib": "^1.13.0",
"unist-util-is": "^4.0.2",
Expand Down

0 comments on commit 1c9b412

Please sign in to comment.