spoclip-kit 1.0.6 → 1.0.7
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,13 +37,13 @@ npm install
|
|
|
37
37
|
spoclip 계정으로 로그인 후
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
|
-
npm login
|
|
40
|
+
npm run login
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
```bash
|
|
44
|
-
npm release:patch
|
|
45
|
-
npm release:minor
|
|
46
|
-
npm release:major
|
|
44
|
+
npm run release:patch
|
|
45
|
+
npm run release:minor
|
|
46
|
+
npm run release:major
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
## License
|