mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: remaining merge conflicts
This commit is contained in:
@@ -4,14 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
<<<<<<< HEAD
|
||||
- node-migration-clean
|
||||
paths:
|
||||
- packages/**
|
||||
- .github/**
|
||||
=======
|
||||
workflow_dispatch:
|
||||
>>>>>>> 1a717ddc7d97e31d3775747df9df153729d2925d
|
||||
|
||||
jobs:
|
||||
path-filter:
|
||||
|
||||
+1
-9
@@ -1,12 +1,8 @@
|
||||
{
|
||||
"name": "site",
|
||||
"version": "0.0.0",
|
||||
<<<<<<< HEAD:apps/site/package.json
|
||||
"license": "Apache 2.0",
|
||||
=======
|
||||
"private": false,
|
||||
"license": "Apache-2.0",
|
||||
>>>>>>> 1a717ddc7d97e31d3775747df9df153729d2925d:site/package.json
|
||||
"scripts": {
|
||||
"docusaurus": "docusaurus",
|
||||
"start": "docusaurus start --host 0.0.0.0",
|
||||
@@ -36,12 +32,8 @@
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "2.2.0",
|
||||
"@tsconfig/docusaurus": "^1.0.4",
|
||||
<<<<<<< HEAD:apps/site/package.json
|
||||
"typescript": "^4.9.3"
|
||||
=======
|
||||
"@types/chart.js": "^2.9.37",
|
||||
"typescript": "^4.5.2"
|
||||
>>>>>>> 1a717ddc7d97e31d3775747df9df153729d2925d:site/package.json
|
||||
"typescript": "^4.9.3"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
||||
Reference in New Issue
Block a user