Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
sneko committed Apr 5, 2024
2 parents 407d885 + 5dbd1cf commit 3cba549
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 669 deletions.
682 changes: 21 additions & 661 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/docs-bootstrap-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/sneko/dsfr-connect.git",
"directory": "apps/docs-bootstrap-v5"
},
"license": "AGPL-3.0",
"license": "MIT",
"scripts": {
"cli": "cd ../../apps/docs && ts-node -r tsconfig-paths/register ./scripts/cli.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/docs-infima-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/sneko/dsfr-connect.git",
"directory": "apps/docs-infima-v1"
},
"license": "AGPL-3.0",
"license": "MIT",
"scripts": {
"cli": "cd ../../apps/docs && ts-node -r tsconfig-paths/register ./scripts/cli.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/docs-mui-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/sneko/dsfr-connect.git",
"directory": "apps/docs-mui-v5"
},
"license": "AGPL-3.0",
"license": "MIT",
"scripts": {
"cli": "cd ../../apps/docs && ts-node -r tsconfig-paths/register ./scripts/cli.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/docs-vuetify-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/sneko/dsfr-connect.git",
"directory": "apps/docs-vuetify-v3"
},
"license": "AGPL-3.0",
"license": "MIT",
"scripts": {
"cli": "cd ../../apps/docs && ts-node -r tsconfig-paths/register ./scripts/cli.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/sneko/dsfr-connect.git",
"directory": "apps/docs"
},
"license": "AGPL-3.0",
"license": "MIT",
"scripts": {
"cli": "ts-node -r tsconfig-paths/register ./scripts/cli.ts",
"dev:prepare": "pnpm cli prepare",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "git+https://github.com/sneko/dsfr-connect.git"
},
"license": "AGPL-3.0",
"license": "MIT",
"scripts": {
"build:prepare": "turbo run build:prepare",
"build": "turbo run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/dsfr-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/sneko/dsfr-connect.git",
"directory": "packages/dsfr-connect"
},
"license": "AGPL-3.0",
"license": "MIT",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/sneko/dsfr-connect.git",
"directory": "packages/eslint-config-custom"
},
"license": "AGPL-3.0",
"license": "MIT",
"main": "index.js",
"dependencies": {
"eslint-config-prettier": "^8.3.0",
Expand Down

0 comments on commit 3cba549

Please sign in to comment.