@itrocks/template 0.0.14 → 0.0.15

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/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- [![view on npm](https://badgen.net/npm/v/@itrocks/template)](https://www.npmjs.org/package/@itrocks/template)
2
- [![npm module downloads](https://badgen.net/npm/dt/@itrocks/template)](https://www.npmjs.org/package/@itrocks/template)
3
- [![GitHub repo dependents](https://badgen.net/github/dependents-repo/itrocks-ts/template?label=dependents)](https://github.com/itrocks-ts/template/network/dependents?dependent_type=REPOSITORY)
4
- [![Report issues on GitHub](https://badgen.net/github/open-issues/itrocks-ts/template?icon=github)](https://github.com/itrocks-ts/template/issues)
5
- [![Get support on Discord](https://badgen.net/discord/members/kbMjUq5F?icon=discord)](https://discord.gg/kbMjUq5F)
1
+ [![npm version](https://img.shields.io/npm/v/@itrocks/template?logo=npm)](https://www.npmjs.org/package/@itrocks/template)
2
+ [![npm downloads](https://img.shields.io/npm/dm/@itrocks/template)](https://www.npmjs.org/package/@itrocks/template)
3
+ [![GitHub](https://img.shields.io/github/last-commit/itrocks-ts/template?color=2dba4e&label=commit&logo=github)](https://github.com/itrocks-ts/template)
4
+ [![issues](https://img.shields.io/github/issues/itrocks-ts/template)](https://github.com/itrocks-ts/template/issues)
5
+ [![discord](https://img.shields.io/discord/1314141024020467782?color=7289da&label=discord&logo=discord&logoColor=white)](https://discord.gg/WFPJjmUx)
6
6
 
7
7
  # template
8
8
 
package/package.json CHANGED
@@ -60,5 +60,5 @@
60
60
  "test": "jest"
61
61
  },
62
62
  "types": "./esm/template.d.ts",
63
- "version": "0.0.14"
63
+ "version": "0.0.15"
64
64
  }