From b34d40d30919d35b10bba2f2a252e34ffae2cb1d Mon Sep 17 00:00:00 2001 From: "Xin Du (Clark)" Date: Wed, 29 Sep 2021 14:11:29 +0100 Subject: [PATCH] chore(npm): update repository to unjs orgnization --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c11e7f2..ee2ee6f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bundle-runner", "version": "0.0.1", "description": "run webpack bundles in Node.js with optional VM sandboxing", - "repository": "nuxt-contrib/bundle-runner", + "repository": "unjs/bundle-runner", "license": "MIT", "main": "./dist/bundle-runner.cjs.js", "module": "./dist/bundle-runner.esm.js",