From ebde5bcd8d72dbc8e565254aee1123293e0a28ad Mon Sep 17 00:00:00 2001 From: Simon Ihmig Date: Thu, 29 Dec 2022 19:15:42 +0100 Subject: [PATCH] Update repo URLs --- .gitignore | 1 + README.md | 4 ++-- package.json | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7cd329b..2cbc2f7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ /.env* /.pnp* /.sass-cache +/.eslintcache /connect.lock /coverage/ /libpeerconnection.log diff --git a/README.md b/README.md index 8148bc1..e05dd9c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ ember-cli-bundle-analyzer ============================================================================== -![CI](https://github.com/kaliber5/ember-cli-bundle-analyzer/workflows/CI/badge.svg) +![CI](https://github.com/simonihmig/ember-cli-bundle-analyzer/workflows/CI/badge.svg) [![Ember Observer Score](https://emberobserver.com/badges/ember-cli-bundle-analyzer.svg)](https://emberobserver.com/addons/ember-cli-bundle-analyzer) [![npm version](https://badge.fury.io/js/ember-cli-bundle-analyzer.svg)](https://badge.fury.io/js/ember-cli-bundle-analyzer) An Ember CLI addon to analyze the size and contents of your app's bundled output, using an interactive zoomable treemap. -View the [interactive Demo](https://cdn.rawgit.com/kaliber5/ember-cli-bundle-analyzer/bceb55a7/docs/demo.html) +View the [interactive Demo](https://cdn.rawgit.com/simonihmig/ember-cli-bundle-analyzer/bceb55a7/docs/demo.html) ![Screenshot of analyzer output](docs/screen.png) diff --git a/package.json b/package.json index 533b184..281aa54 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ ], "repository": { "type": "git", - "url": "https://github.com/kaliber5/ember-cli-bundle-analyzer" + "url": "https://github.com/simonihmig/ember-cli-bundle-analyzer" }, "license": "MIT", - "author": "Simon Ihmig ", + "author": "Simon Ihmig ", "directories": { "doc": "doc", "test": "tests" @@ -81,7 +81,7 @@ "ember-addon": { "configPath": "tests/dummy/config", "before": "history-support-middleware", - "demoURL": "https://cdn.rawgit.com/kaliber5/ember-cli-bundle-analyzer/bceb55a7/docs/demo.html" + "demoURL": "https://cdn.rawgit.com/simonihmig/ember-cli-bundle-analyzer/bceb55a7/docs/demo.html" }, "release-it": { "plugins": {