Skip to content

Commit

Permalink
fix author package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Nov 7, 2024
1 parent c591eac commit 76dc69e
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 26 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": {
"name": "Riccardo Perra",
"email": "[email protected]",
"url": "https://github.com/riccardoperra"
},
"license": "MIT",
"devDependencies": {
"@railway/cli": "^3.17.10",
"prettier": "^3.3.3"
Expand Down
8 changes: 6 additions & 2 deletions packages/workflow-languageserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@
"patch-parser": "pnpm patch-commit ./workflow-parser-patch"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": {
"name": "Riccardo Perra",
"email": "[email protected]",
"url": "https://github.com/riccardoperra"
},
"license": "MIT",
"dependencies": {
"@actions/expressions": "^0.3.13",
"@actions/languageserver": "^0.3.13",
Expand Down
8 changes: 6 additions & 2 deletions packages/workflow-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
"patch-parser": "pnpm patch-commit ./snapshot"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": {
"name": "Riccardo Perra",
"email": "[email protected]",
"url": "https://github.com/riccardoperra"
},
"license": "MIT",
"dependencies": {
"@actions/expressions": "^0.3.13",
"@actions/workflow-parser": "^0.3.13"
Expand Down
8 changes: 6 additions & 2 deletions packages/yaml-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@
}
},
"keywords": [],
"author": "",
"license": "ISC",
"author": {
"name": "Riccardo Perra",
"email": "[email protected]",
"url": "https://github.com/riccardoperra"
},
"license": "MIT",
"dependencies": {
"@codemirror/autocomplete": "^6.18.2",
"@codemirror/commands": "^6.7.1",
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76dc69e

Please sign in to comment.