@@ -2,7 +2,7 @@ sourcemapify
2
2
============================
3
3
#### source-map plugin for Browserify
4
4
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 )
6
6
[ ![ Build Status] ( https://api.travis-ci.com/JS-DevTools/sourcemapify.svg?branch=master )] ( https://travis-ci.com/JS-DevTools/sourcemapify )
7
7
8
8
[ ![ 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
19
19
20
20
Related Projects
21
21
--------------------------
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
+
25
31
26
32
27
33
Installation
28
34
--------------------------
29
- Install using [ npm] ( https://docs.npmjs.com/getting-started/what-is- npm ) :
35
+ Install using [ npm] ( https://docs.npmjs.com/about- npm/ ) :
30
36
31
37
``` bash
32
38
npm install sourcemapify
@@ -99,6 +105,6 @@ Big Thanks To
99
105
--------------------------
100
106
Thanks to these awesome companies for their support of Open Source developers ❤
101
107
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 )
0 commit comments