Skip to content

Commit 81e0287

Browse files
committed
refa: add @cordisjs/cli package
1 parent a71f3e4 commit 81e0287

28 files changed

+186
-194
lines changed
File renamed without changes.

packages/cordis/package.json renamed to packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cordis",
2+
"name": "@cordisjs/cli",
33
"description": "Meta-Framework for Modern JavaScript Applications",
44
"version": "4.0.0-beta.5",
55
"type": "module",
@@ -65,10 +65,10 @@
6565
}
6666
},
6767
"dependencies": {
68-
"@cordisjs/core": "4.0.0-beta.5",
6968
"@cordisjs/plugin-loader": "^1.0.0-beta.3",
7069
"@cordisjs/plugin-logger": "^1.0.1",
7170
"cac": "^6.7.14",
71+
"cordis": "4.0.0-beta.5",
7272
"cosmokit": "^1.8.0",
7373
"dotenv": "^16.4.7",
7474
"kleur": "^4.1.5",
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from '@cordisjs/core'
1+
export * from 'cordis'
22
export { default as Schema, default as z } from 'schemastery'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)