Skip to content

Commit

Permalink
Changed the website domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Aug 25, 2019
1 parent 1033790 commit 25750dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Istanbul code coverage loader for Webpack
==============================================

[![Cross-Platform Compatibility](https://jsdevtools.org/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/coverage-istanbul-loader)
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/coverage-istanbul-loader)
[![Build Status](https://api.travis-ci.com/JS-DevTools/coverage-istanbul-loader.svg?branch=master)](https://travis-ci.com/JS-DevTools/coverage-istanbul-loader)

[![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/coverage-istanbul-loader/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/coverage-istanbul-loader?branch=master)
Expand Down Expand Up @@ -67,6 +67,6 @@ Big Thanks To
--------------------------
Thanks to these awesome companies for their support of Open Source developers ❤

[![Travis CI](https://jsdevtools.org/img/badges/travis-ci.svg)](https://travis-ci.com)
[![SauceLabs](https://jsdevtools.org/img/badges/sauce-labs.svg)](https://saucelabs.com)
[![Coveralls](https://jsdevtools.org/img/badges/coveralls.svg)](https://coveralls.io)
[![Travis CI](https://jstools.dev/img/badges/travis-ci.svg)](https://travis-ci.com)
[![SauceLabs](https://jstools.dev/img/badges/sauce-labs.svg)](https://saucelabs.com)
[![Coveralls](https://jstools.dev/img/badges/coveralls.svg)](https://coveralls.io)
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
remote_theme: JS-DevTools/gh-pages-theme

title: Istanbul plugin for Webpack
logo: https://jsdevtools.org/img/logos/logo.png
logo: https://jstools.dev/img/logos/logo.png

author:
twitter: JSDevTools
Expand All @@ -16,7 +16,7 @@ defaults:
- scope:
path: ""
values:
image: https://jsdevtools.org/img/logos/card.png
image: https://jstools.dev/img/logos/card.png
- scope:
path: "test/**/*"
values:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://jamesmessinger.com"
},
"license": "MIT",
"homepage": "https://jsdevtools.org/coverage-istanbul-loader",
"homepage": "https://jstools.dev/coverage-istanbul-loader",
"repository": {
"type": "git",
"url": "https://github.com/JS-DevTools/coverage-istanbul-loader.git"
Expand Down

0 comments on commit 25750dd

Please sign in to comment.