Skip to content

Commit

Permalink
chore: package author and contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
lainio24 committed Sep 6, 2024
1 parent 62562c2 commit db6de35
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .changeset/mean-moose-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'comment-core-library-2': patch
'@ccl2/filters': patch
'@ccl2/parsers': patch
'@ccl2/core': patch
---

update package.json
16 changes: 15 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,21 @@
"build:dev": "rollup -c --environment BUILD:development",
"watch": "rollup -c --environment BUILD:development --watch"
},
"author": "",
"author": {
"name": "AUIOC",
"url": "https://www.auioc.org"
},
"contributors": [
{
"name": "LainIO24",
"email": "[email protected]",
"url": "https://github.com/lainio24"
},
{
"name": "WakelessSloth56",
"url": "https://github.com/WakelessSloth56"
}
],
"license": "MIT",
"devDependencies": {
"rollup-plugin-postcss": "^4.0.2",
Expand Down
16 changes: 15 additions & 1 deletion packages/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,21 @@
"watch": "rollup -c --environment BUILD:development --watch"
},
"keywords": [],
"author": "",
"author": {
"name": "AUIOC",
"url": "https://www.auioc.org"
},
"contributors": [
{
"name": "LainIO24",
"email": "[email protected]",
"url": "https://github.com/lainio24"
},
{
"name": "WakelessSloth56",
"url": "https://github.com/WakelessSloth56"
}
],
"license": "MIT",
"files": [
"dist",
Expand Down
16 changes: 15 additions & 1 deletion packages/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,21 @@
"build:dev": "rollup -c --environment BUILD:development",
"watch": "rollup -c --environment BUILD:development --watch"
},
"author": "",
"author": {
"name": "AUIOC",
"url": "https://www.auioc.org"
},
"contributors": [
{
"name": "LainIO24",
"email": "[email protected]",
"url": "https://github.com/lainio24"
},
{
"name": "WakelessSloth56",
"url": "https://github.com/WakelessSloth56"
}
],
"license": "MIT",
"dependencies": {
"@ccl2/core": "workspace:*"
Expand Down
16 changes: 15 additions & 1 deletion packages/parsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,21 @@
"watch": "rollup -c --environment BUILD:development --watch"
},
"keywords": [],
"author": "",
"author": {
"name": "AUIOC",
"url": "https://www.auioc.org"
},
"contributors": [
{
"name": "LainIO24",
"email": "[email protected]",
"url": "https://github.com/lainio24"
},
{
"name": "WakelessSloth56",
"url": "https://github.com/WakelessSloth56"
}
],
"license": "MIT",
"files": [
"dist",
Expand Down

0 comments on commit db6de35

Please sign in to comment.