mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-22 16:26:32 +00:00
use bun
This commit is contained in:
parent
a4b9ed64fa
commit
368ad996bd
BIN
files/omp/colors/bun.lockb
Executable file
BIN
files/omp/colors/bun.lockb
Executable file
Binary file not shown.
@ -14,8 +14,8 @@ for (const { properties, options } of colors) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const configFile = '../main.omp.yaml'
|
const configFile = '../main.omp.yaml'
|
||||||
const config = await fs.readFileSync(configFile, 'utf8')
|
const config = fs.readFileSync(configFile, 'utf8')
|
||||||
// config.palette = palette
|
// config.palette = palette
|
||||||
const output = yaml.stringify({ palette })
|
const output = yaml.stringify({ palette })
|
||||||
|
|
||||||
await fs.writeFileSync(configFile, config.replace(/palette:(.|\s)*$/, output))
|
fs.writeFileSync(configFile, config.replace(/palette:(.|\s)*$/, output))
|
||||||
|
31
files/omp/colors/pnpm-lock.yaml
generated
31
files/omp/colors/pnpm-lock.yaml
generated
@ -1,31 +0,0 @@
|
|||||||
lockfileVersion: 5.4
|
|
||||||
|
|
||||||
specifiers:
|
|
||||||
'@k-vyn/coloralgorithm': ^1.0.0
|
|
||||||
yaml: ^2.2.1
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
'@k-vyn/coloralgorithm': 1.0.0
|
|
||||||
yaml: 2.2.1
|
|
||||||
|
|
||||||
packages:
|
|
||||||
|
|
||||||
/@k-vyn/coloralgorithm/1.0.0:
|
|
||||||
resolution: {integrity: sha512-a9aAOXxQ+c2Mw5sMC39elT0wYkPa3qktFjtxVkfY3mQEFBr7NMQEczCARVdkmIKo1dIrgNSx3z12sTXohzSZDg==}
|
|
||||||
dependencies:
|
|
||||||
bezier-easing: 2.1.0
|
|
||||||
chroma-js: 2.4.2
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/bezier-easing/2.1.0:
|
|
||||||
resolution: {integrity: sha512-gbIqZ/eslnUFC1tjEvtz0sgx+xTK20wDnYMIA27VA04R7w6xxXQPZDbibjA9DTWZRA2CXtwHykkVzlCaAJAZig==}
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/chroma-js/2.4.2:
|
|
||||||
resolution: {integrity: sha512-U9eDw6+wt7V8z5NncY2jJfZa+hUH8XEj8FQHgFJTrUFnJfXYf4Ml4adI2vXZOjqRDpFWtYVWypDfZwnJ+HIR4A==}
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/yaml/2.2.1:
|
|
||||||
resolution: {integrity: sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==}
|
|
||||||
engines: {node: '>= 14'}
|
|
||||||
dev: false
|
|
Loading…
Reference in New Issue
Block a user