Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
add empty readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahor committed Aug 27, 2023
1 parent 56d5ba2 commit 3b85314
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 19 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "pedaki",
"version": "1.0.0",
"description": "",
"main": "index.js",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.6.10",
"engines": {
"node": ">=18.0.0 <19.0.0",
"pnpm": ">=8.0.0",
"yarn": "use-pnpm",
"npm": "use-pnpm"
},
"repository": "https://github.com/PedakiHQ/pedaki",
"homepage": "https://www.pedaki.fr",
"author": "Nathan David <me@vahor.fr>",
"license": "CC-BY-NC-SA-4.0",
"keywords": [
"pedaki"
],
"scripts": {
"start": "dotenv -- turbo run start",
"format:check": "turbo run format:check",
Expand All @@ -24,15 +22,17 @@
"publish": "pnpm run publish:prepare && changeset publish",
"typecheck": "turbo run typecheck"
},
"keywords": [
"pedaki"
],
"author": "Nathan David <me@vahor.fr>",
"license": "CC-BY-NC-SA-4.0",
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@types/node": "^18.17.11",
"turbo": "^1.10.13"
}
},
"engines": {
"node": ">=18.0.0 <19.0.0",
"pnpm": ">=8.0.0",
"yarn": "use-pnpm",
"npm": "use-pnpm"
},
"packageManager": "pnpm@8.6.10"
}
1 change: 1 addition & 0 deletions packages/eslint-config/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# @pedaki/eslint-config
6 changes: 4 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"version": "0.0.1",
"main": "index.js",
"author": "Nathan David <me@vahor.fr>",
"repository": "https://github.com/PedakiHQ/pedaki/tree/main/packages/eslint-config",
"homepage": "https://www.pedaki.fr",
"license": "MIT",
"private": false,
"scripts": {
"format": "prettier --write . --cache",
"format:check": "prettier --check . --cache"
"format": "prettier --write . --cache",
"format:check": "prettier --check . --cache"
},
"devDependencies": {
"@types/eslint": "^8.44.2",
Expand Down
1 change: 1 addition & 0 deletions packages/prettier-config/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# @pedaki/prettier-config
4 changes: 3 additions & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"version": "0.0.1",
"main": "index.js",
"author": "Nathan David <me@vahor.fr>",
"repository": "https://github.com/PedakiHQ/pedaki/tree/main/packages/prettier-config",
"homepage": "https://www.pedaki.fr",
"license": "MIT",
"private": true,
"private": false,
"scripts": {
"format": "prettier --write . --cache",
"format:check": "prettier --check . --cache"
Expand Down

0 comments on commit 3b85314

Please sign in to comment.