console-sorry 1.0.0 → 1.0.1

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 (1) hide show
  1. package/package.json +9 -1
package/package.json CHANGED
@@ -1,8 +1,16 @@
1
1
  {
2
2
  "name": "console-sorry",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "출력할 때마다 알아서 사과해주는 멘탈 케어형 console 래퍼 패키지",
5
5
  "main": "index.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/KD-commits-bit/console-sorry"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/KD-commits-bit/console-sorry/issues"
12
+ },
13
+ "homepage": "https://github.com/KD-commits-bit/console-sorry#readme",
6
14
  "scripts": {
7
15
  "test": "node index.js"
8
16
  },