From fd1bacea5510ed49f4c181f8515855a328155b0f Mon Sep 17 00:00:00 2001 From: vhermecz Date: Wed, 27 May 2020 12:15:21 +0200 Subject: [PATCH] Update repository reference Found it quite misleading and confusing that the [npmjs page](https://www.npmjs.com/package/microbundle-crl) takes you to the original repo. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e178d30a..99879201 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "format": "prettier --write \"{*,{src,test}/**/*}.+(js|css)\"", "release": "npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish" }, - "repository": "developit/microbundle", + "repository": "transitive-bullshit/microbundle", "prettier": { "singleQuote": true, "trailingComma": "all",