test-gen-js 0.1.1 → 0.1.2

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.
package/CHANGELOG.md CHANGED
@@ -65,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
65
65
 
66
66
  ---
67
67
 
68
- [Unreleased]: https://github.com/liveforownhappiness/test-gen-js-/compare/v0.1.0...HEAD
69
- [0.1.0]: https://github.com/liveforownhappiness/test-gen-js-/releases/tag/v0.1.0
70
- [0.0.1]: https://github.com/liveforownhappiness/test-gen-js-/releases/tag/v0.0.1
68
+ [Unreleased]: https://github.com/liveforownhappiness/test-gen-js/compare/v0.1.0...HEAD
69
+ [0.1.0]: https://github.com/liveforownhappiness/test-gen-js/releases/tag/v0.1.0
70
+ [0.0.1]: https://github.com/liveforownhappiness/test-gen-js/releases/tag/v0.0.1
71
71
 
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [![npm version](https://badge.fury.io/js/test-gen-js.svg)](https://www.npmjs.com/package/test-gen-js)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
- [![GitHub Actions](https://github.com/liveforownhappiness/test-gen-js-/actions/workflows/ci.yml/badge.svg)](https://github.com/liveforownhappiness/test-gen-js-/actions)
7
+ [![GitHub Actions](https://github.com/liveforownhappiness/test-gen-js/actions/workflows/ci.yml/badge.svg)](https://github.com/liveforownhappiness/test-gen-js/actions)
8
8
 
9
9
  ---
10
10
 
@@ -534,5 +534,5 @@ MIT License - 자유롭게 사용, 수정, 배포할 수 있습니다.
534
534
 
535
535
  ## 📞 문의 (Contact)
536
536
 
537
- - GitHub Issues: [https://github.com/liveforownhappiness/test-gen-js-/issues](https://github.com/liveforownhappiness/test-gen-js-/issues)
537
+ - GitHub Issues: [https://github.com/liveforownhappiness/test-gen-js/issues](https://github.com/liveforownhappiness/test-gen-js/issues)
538
538
  - npm: [https://www.npmjs.com/package/test-gen-js](https://www.npmjs.com/package/test-gen-js)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "test-gen-js",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Auto-generate test boilerplate code for JavaScript/TypeScript, React, and React Native projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -36,12 +36,12 @@
36
36
  "license": "MIT",
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "git+https://github.com/liveforownhappiness/test-gen-js-.git"
39
+ "url": "git+https://github.com/liveforownhappiness/test-gen-js.git"
40
40
  },
41
41
  "bugs": {
42
- "url": "https://github.com/liveforownhappiness/test-gen-js-/issues"
42
+ "url": "https://github.com/liveforownhappiness/test-gen-js/issues"
43
43
  },
44
- "homepage": "https://github.com/liveforownhappiness/test-gen-js-#readme",
44
+ "homepage": "https://github.com/liveforownhappiness/test-gen-js#readme",
45
45
  "files": [
46
46
  "dist",
47
47
  "bin",