diff --git a/.changeset/mean-moose-shake.md b/.changeset/mean-moose-shake.md new file mode 100644 index 0000000..b9c7e7e --- /dev/null +++ b/.changeset/mean-moose-shake.md @@ -0,0 +1,8 @@ +--- +'comment-core-library-2': patch +'@ccl2/filters': patch +'@ccl2/parsers': patch +'@ccl2/core': patch +--- + +update package.json diff --git a/packages/core/package.json b/packages/core/package.json index 37ffd33..81d5940 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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": "lainio24@outlook.com", + "url": "https://github.com/lainio24" + }, + { + "name": "WakelessSloth56", + "url": "https://github.com/WakelessSloth56" + } + ], "license": "MIT", "devDependencies": { "rollup-plugin-postcss": "^4.0.2", diff --git a/packages/default/package.json b/packages/default/package.json index 6c0e7fa..7c1f13e 100644 --- a/packages/default/package.json +++ b/packages/default/package.json @@ -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": "lainio24@outlook.com", + "url": "https://github.com/lainio24" + }, + { + "name": "WakelessSloth56", + "url": "https://github.com/WakelessSloth56" + } + ], "license": "MIT", "files": [ "dist", diff --git a/packages/filters/package.json b/packages/filters/package.json index b490fb6..b8ac3a3 100644 --- a/packages/filters/package.json +++ b/packages/filters/package.json @@ -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": "lainio24@outlook.com", + "url": "https://github.com/lainio24" + }, + { + "name": "WakelessSloth56", + "url": "https://github.com/WakelessSloth56" + } + ], "license": "MIT", "dependencies": { "@ccl2/core": "workspace:*" diff --git a/packages/parsers/package.json b/packages/parsers/package.json index 161a639..733d631 100644 --- a/packages/parsers/package.json +++ b/packages/parsers/package.json @@ -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": "lainio24@outlook.com", + "url": "https://github.com/lainio24" + }, + { + "name": "WakelessSloth56", + "url": "https://github.com/WakelessSloth56" + } + ], "license": "MIT", "files": [ "dist",