Skip to content

Commit

Permalink
Merge pull request #291 from simonihmig/update-repo
Browse files Browse the repository at this point in the history
Update repo URLs
  • Loading branch information
simonihmig authored Dec 29, 2022
2 parents 60a9045 + ebde5bc commit 3ac3388
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/.env*
/.pnp*
/.sass-cache
/.eslintcache
/connect.lock
/coverage/
/libpeerconnection.log
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ihmig@kaliber5.de>",
"author": "Simon Ihmig <simon.ihmig@gmail.com>",
"directories": {
"doc": "doc",
"test": "tests"
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 3ac3388

Please # to comment.