@ahhaohho/response-dto 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 +7 -4
package/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "@ahhaohho/response-dto",
3
- "version": "1.0.0",
4
- "description": "한국어 주석이 포함된 API 응답을 위한 DTO 클래스",
3
+ "version": "1.0.1",
4
+ "description": "AhhaOhho API 응답을 위한 DTO 클래스",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
- "keywords": ["api", "response", "dto"],
9
+ "keywords": [
10
+ "api",
11
+ "response",
12
+ "dto"
13
+ ],
10
14
  "author": "doooosoooo",
11
15
  "repository": {
12
16
  "type": "git",
@@ -18,4 +22,3 @@
18
22
  },
19
23
  "homepage": "https://github.com/Future-Lab-META/npm-responseDto#readme"
20
24
  }
21
-