@kinxcdn/commerce-player 1.1.1 → 1.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/README.md CHANGED
@@ -17,9 +17,16 @@ yarn add @kinxcdn/commerce-player
17
17
  ```shell
18
18
  yarn rollup
19
19
  npm publish
20
+ ```
21
+
22
+ ### 코드 패키징
20
23
 
24
+ ```shell
25
+ npm pack
26
+ # kinxcdn-commerce-player-v1.0.0.tgz
21
27
  ```
22
28
 
29
+ 생성된 패키징 파일을 테스트 프로젝트에 위치시켜 `npm install ./kinxcdn-commerce-player-v1.0.0.tgz` 명령어로 설치할 수 있다.
23
30
 
24
31
  ## Usage
25
32