Skip to content

Commit 9ddcc39

Browse files
Changed the website domain name
1 parent 09f50f6 commit 9ddcc39

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

README.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sourcemapify
22
============================
33
#### source-map plugin for Browserify
44

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

88
[![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/sourcemapify/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/sourcemapify?branch=master)
@@ -19,14 +19,20 @@ This plugin was inspired by [browserify-sourcemap-root-transform](https://github
1919

2020
Related Projects
2121
--------------------------
22-
* [simplifyify](https://www.npmjs.com/package/simplifyify) - A simplified Browserify and Watchify CLI
23-
* [globify](https://www.npmjs.com/package/globify) - Run browserify and watchify with globs - even on Windows
24-
* [browserify-banner](https://www.npmjs.com/package/browserify-banner) - Add a comment (and/or code) to the top of your Browserify bundle
22+
- [simplifyify](https://jstools.dev/simplifyify)<br>
23+
A simplified Browserify and Watchify CLI
24+
25+
- [globify](https://jstools.dev/globify)<br>
26+
Run browserify and watchify with globs - even on Windows
27+
28+
- [browserify-banner](https://jstools.dev/browserify-banner)<br>
29+
Add a comment (and/or code) to the top of your Browserify bundle
30+
2531

2632

2733
Installation
2834
--------------------------
29-
Install using [npm](https://docs.npmjs.com/getting-started/what-is-npm):
35+
Install using [npm](https://docs.npmjs.com/about-npm/):
3036

3137
```bash
3238
npm install sourcemapify
@@ -99,6 +105,6 @@ Big Thanks To
99105
--------------------------
100106
Thanks to these awesome companies for their support of Open Source developers ❤
101107

102-
[![Travis CI](https://jsdevtools.org/img/badges/travis-ci.svg)](https://travis-ci.com)
103-
[![SauceLabs](https://jsdevtools.org/img/badges/sauce-labs.svg)](https://saucelabs.com)
104-
[![Coveralls](https://jsdevtools.org/img/badges/coveralls.svg)](https://coveralls.io)
108+
[![Travis CI](https://jstools.dev/img/badges/travis-ci.svg)](https://travis-ci.com)
109+
[![SauceLabs](https://jstools.dev/img/badges/sauce-labs.svg)](https://saucelabs.com)
110+
[![Coveralls](https://jstools.dev/img/badges/coveralls.svg)](https://coveralls.io)

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
remote_theme: JS-DevTools/gh-pages-theme
22

33
title: Sourcemapify
4-
logo: https://jsdevtools.org/img/logos/logo.png
4+
logo: https://jstools.dev/img/logos/logo.png
55

66
author:
77
twitter: JSDevTools
@@ -16,7 +16,7 @@ defaults:
1616
- scope:
1717
path: ""
1818
values:
19-
image: https://jsdevtools.org/img/logos/card.png
19+
image: https://jstools.dev/img/logos/card.png
2020
- scope:
2121
path: "test/**/*"
2222
values:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"name": "James Messinger",
1414
"url": "https://jamesmessinger.com"
1515
},
16-
"homepage": "https://jsdevtools.org/sourcemapify",
16+
"homepage": "https://jstools.dev/sourcemapify",
1717
"license": "MIT",
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)