@reliverse/config 1.5.7 → 1.5.9
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 +1 -1
- package/package.json +3 -3
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reliverse/config",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "This CLI tool can help you easily create new web projects, manage existing projects, and automatically make advanced codebase modifications, with more features coming soon.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "reliverse",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/reliverse
|
|
10
|
+
"url": "git+https://github.com/reliverse/cli.git"
|
|
11
11
|
},
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/reliverse
|
|
13
|
+
"url": "https://github.com/reliverse/cli/issues",
|
|
14
14
|
"email": "blefnk@gmail.com"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|