bananass-utils-console 0.6.1 → 0.7.0
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/LICENSE.md +1 -1
- package/README.md +1 -2
- package/package.json +3 -3
package/LICENSE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2024-present
|
|
3
|
+
Copyright (c) 2024-present lumir(lumirlumir)
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
# 바나나<sup>Bananass</sup>
|
|
2
2
|
|
|
3
|
-
[](https://github.com/lumirlumir/npm-bananass/actions/workflows/ci.yml)
|
|
4
4
|
[](https://github.com/lumirlumir/npm-bananass/actions/workflows/test.yml)
|
|
5
|
-
[](https://github.com/lumirlumir/npm-bananass/actions/workflows/test-cross-platform.yml)
|
|
6
5
|
[](https://codecov.io/gh/lumirlumir/npm-bananass)
|
|
7
6
|

|
|
8
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bananass-utils-console",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Console Utilities for Bananass Framework.🍌",
|
|
6
6
|
"exports": {
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"spinner",
|
|
77
77
|
"theme"
|
|
78
78
|
],
|
|
79
|
-
"author": "
|
|
79
|
+
"author": "lumir <rpfos@naver.com> (https://github.com/lumirlumir)",
|
|
80
80
|
"funding": "https://github.com/sponsors/lumirlumir",
|
|
81
81
|
"license": "MIT",
|
|
82
82
|
"homepage": "https://bananass.lumir.page",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|
|
98
98
|
"prepublishOnly": "npm run build",
|
|
99
|
-
"build": "
|
|
99
|
+
"build": "tsc && node ../../scripts/cp.js ../../LICENSE.md LICENSE.md ../../README.md README.md",
|
|
100
100
|
"test": "node --test"
|
|
101
101
|
}
|
|
102
102
|
}
|