Prepared release v0.2.0 and merge dev into Main #34
@@ -65,6 +65,11 @@ luna-charts/
|
||||
|
||||
### Installation
|
||||
|
||||
Download the [Node Version manager](https://github.com/nvm-sh/nvm/blob/master/README.md). If the installation was successful, install Node.js version 24:
|
||||
`nvm install 24`
|
||||
|
||||
Afterwards, clone LUNA-Charts from our repository or from GitHub. The GitHub repository is updated every 30 minutes.
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Ninosaurier/LUNA-Charts.git
|
||||
cd luna-charts
|
||||
|
||||
+2
-2
@@ -10,8 +10,8 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/starlight": "^0.40.0",
|
||||
"astro": "^6.4.8",
|
||||
"@astrojs/starlight": "^0.41.9",
|
||||
"astro": "^7.2.9",
|
||||
"sharp": "^0.34.5"
|
||||
}
|
||||
}
|
||||
Generated
-4047
File diff suppressed because it is too large
Load Diff
+7
-6
@@ -20,18 +20,19 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devEngines": {
|
||||
"runtime": {
|
||||
"name": "node",
|
||||
"version": ">=22.0.0"
|
||||
},
|
||||
"packageManager": {
|
||||
"name": "pnpm",
|
||||
"version": "11.11.0",
|
||||
"version": "12.0.0",
|
||||
"onFail": "download"
|
||||
},
|
||||
"runtime": {
|
||||
"name": "node",
|
||||
"version": ">=24.0.0"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@12.0.0",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.31.0",
|
||||
"@eslint/js": "^10.0.1",
|
||||
"eslint": "^10.6.0",
|
||||
|
||||
Generated
+1333
-1367
File diff suppressed because it is too large
Load Diff
+3
-7
@@ -13,14 +13,10 @@ fetchRetries: 10
|
||||
supportedArchitectures:
|
||||
os:
|
||||
- current
|
||||
- win32
|
||||
- darwin
|
||||
- linux
|
||||
cpu:
|
||||
- current
|
||||
- x64
|
||||
- arm64
|
||||
libc:
|
||||
- current
|
||||
- glibc
|
||||
- musl
|
||||
|
||||
minimumReleaseAgeExclude:
|
||||
- astro@7.2.9
|
||||
|
||||
Reference in New Issue
Block a user