From 1c9b412b5637f90669917f5b26b2d64d57f07214 Mon Sep 17 00:00:00 2001 From: pcafstockf Date: Fri, 26 Jun 2020 08:17:55 -0700 Subject: [PATCH] Support asynchronous visitors --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 7392afa..31fd7ef 100644 --- a/package.json +++ b/package.json @@ -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",