@tsed/barrels 6.0.2 → 6.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tsed/barrels",
3
3
  "description": "A simple tool to generate barrels for your TypeScript project",
4
- "version": "6.0.2",
4
+ "version": "6.0.4",
5
5
  "type": "module",
6
6
  "bin": "bin/barrels.js",
7
7
  "keywords": [
package/readme.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @tsed/barrels
2
2
 
3
3
  <p style="text-align: center" align="center">
4
- <a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
4
+ <a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
5
5
  </p>
6
6
 
7
7
  [![Build & Release](https://github.com/tsedio/tsed-cli/workflows/Build%20&%20Release/badge.svg?branch=master)](https://github.com/tsedio/tsed-cli/actions?query=workflow%3A%22Build+%26+Release%22)
@@ -47,7 +47,7 @@ barrels
47
47
 
48
48
  ## Contributors
49
49
 
50
- Please read [contributing guidelines here](https://tsed.io/CONTRIBUTING.html)
50
+ Please read [contributing guidelines here](https://tsed.dev/CONTRIBUTING.html)
51
51
 
52
52
  <a href="https://github.com/tsedio/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
53
53