@minejs/hmm 0.0.1 → 0.0.3

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 +2 -2
package/README.md CHANGED
@@ -8,12 +8,12 @@
8
8
  </div>
9
9
 
10
10
  <div align="center">
11
- <img src="https://img.shields.io/badge/v-0.0.1-black"/>
12
- <a href="https://github.com/minejs"> <img src="https://img.shields.io/badge/🔥-@minejs-black"/> </a>
11
+ <img src="https://img.shields.io/badge/v-0.0.3-black"/>
12
+ <a href="https://github.com/minejs-org"> <img src="https://img.shields.io/badge/🔥-@minejs-black"/> </a>
13
13
  <br>
14
14
  <img src="https://img.shields.io/badge/coverage-100%25-brightgreen" alt="Test Coverage" />
15
- <img src="https://img.shields.io/github/issues/minejs/hmm?style=flat" alt="Github Repo Issues" />
16
- <img src="https://img.shields.io/github/stars/minejs/hmm?style=social" alt="GitHub Repo stars" />
15
+ <img src="https://img.shields.io/github/issues/minejs-org/hmm?style=flat" alt="Github Repo Issues" />
16
+ <img src="https://img.shields.io/github/stars/minejs-org/hmm?style=social" alt="GitHub Repo stars" />
17
17
  </div>
18
18
  <br>
19
19
 
@@ -221,7 +221,7 @@
221
221
  "org" : "minejs",
222
222
  "name" : "hmm",
223
223
  "version" : "0.0.1",
224
- "desc" : "Creates and manages the spaces",
224
+ "desc" : "Creates and manages spaces",
225
225
  "kw" : ["minejs", "hmm"],
226
226
  "license" : "MIT",
227
227
  "issues" : "https://github.com/minejs-org/hmm/issues",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@minejs/hmm",
3
- "version": "0.0.1",
4
- "description": "Creates and manages the spaces",
3
+ "version": "0.0.3",
4
+ "description": "Creates and manages spaces",
5
5
  "keywords": ["minejs", "hmm", "framework"],
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/minejs-org/hmm#readme",