From 7c85c24f3a2763109891844c027ba966289a3aba Mon Sep 17 00:00:00 2001 From: fi3ework Date: Thu, 16 May 2024 16:45:00 +0800 Subject: [PATCH] chore: add license, udpate package info --- .gitignore | 3 ++- packages/.DS_Store | Bin 6148 -> 0 bytes packages/builder-rsbuild/LICENSE | 21 +++++++++++++++++++++ packages/builder-rsbuild/package.json | 8 ++++++++ packages/react-rsbuild/LICENSE | 21 +++++++++++++++++++++ packages/react-rsbuild/package.json | 13 ++++++++++++- packages/vue3-rsbuild/LICENSE | 21 +++++++++++++++++++++ packages/vue3-rsbuild/package.json | 15 +++++++++++++-- 8 files changed, 98 insertions(+), 4 deletions(-) delete mode 100644 packages/.DS_Store create mode 100644 packages/builder-rsbuild/LICENSE create mode 100644 packages/react-rsbuild/LICENSE create mode 100644 packages/vue3-rsbuild/LICENSE diff --git a/.gitignore b/.gitignore index 16e9ef8..21b921c 100644 --- a/.gitignore +++ b/.gitignore @@ -131,4 +131,5 @@ dist # storybook-rsbuild dist/ -storybook-static/ \ No newline at end of file +storybook-static/ +.DS_Store diff --git a/packages/.DS_Store b/packages/.DS_Store deleted file mode 100644 index 6a44a73da7208bf47753ccd3414275bb89ceaf75..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%}T>S5T30$6o0Tc+go11L*F2lh*zOEL8xg;6&q62;x*vSgAb#KPv9$fu5aMM zv-r*KP!rOh;6aMaz|6PV-7mZImF#qh$aE%go2WrVbvUE9i7>}_oV{c<>DdMv`;M3f zbVd8{>(XrPPz6+hbyI-9-Cc@kLKifm{P#QS8x7mtewvJV>$SW4r`3!k4Z~=ZMwnTj zJ{)~br>_T9Sn)4dZ#5&I&tvoDb74M(b&~Wa zpX#haKCNTUX9wr$!0!D<&eplV4bkbz^4a-3-deLfmb^coLp4Tz|71RR|7z>00BSZ{ zeaoRnRX`O`1!fBH`QXDD1HsIpJvtEV6#(d=+Zx(@mtc-B7zkz#F#R}ACm z==Wt_AecFHbTV@JFtW0d8;Y^3wC7k&H diff --git a/packages/builder-rsbuild/LICENSE b/packages/builder-rsbuild/LICENSE new file mode 100644 index 0000000..b0f2622 --- /dev/null +++ b/packages/builder-rsbuild/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Rspack Contrib + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/builder-rsbuild/package.json b/packages/builder-rsbuild/package.json index 2c9d0d5..d6c3823 100644 --- a/packages/builder-rsbuild/package.json +++ b/packages/builder-rsbuild/package.json @@ -8,6 +8,14 @@ "rspack" ], "license": "MIT", + "bugs": { + "url": "https://github.com/rspack-contrib/storybook-rsbuild/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/rspack-contrib/storybook-rsbuild", + "directory": "packages/builder-rsbuild" + }, "exports": { ".": { "types": "./dist/index.d.ts", diff --git a/packages/react-rsbuild/LICENSE b/packages/react-rsbuild/LICENSE new file mode 100644 index 0000000..b0f2622 --- /dev/null +++ b/packages/react-rsbuild/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Rspack Contrib + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/react-rsbuild/package.json b/packages/react-rsbuild/package.json index 0f42b30..11470d0 100644 --- a/packages/react-rsbuild/package.json +++ b/packages/react-rsbuild/package.json @@ -3,9 +3,20 @@ "version": "0.0.1", "description": "Storybook for React and Rsbuild: Develop React components in isolation with Hot Reloading.", "keywords": [ - "storybook" + "storybook", + "rsbuild", + "rspack", + "react" ], "license": "MIT", + "bugs": { + "url": "https://github.com/rspack-contrib/storybook-rsbuild/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/rspack-contrib/storybook-rsbuild", + "directory": "packages/builder-react" + }, "exports": { ".": { "types": "./dist/index.d.ts", diff --git a/packages/vue3-rsbuild/LICENSE b/packages/vue3-rsbuild/LICENSE new file mode 100644 index 0000000..b0f2622 --- /dev/null +++ b/packages/vue3-rsbuild/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Rspack Contrib + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/vue3-rsbuild/package.json b/packages/vue3-rsbuild/package.json index 11c94d1..6555461 100644 --- a/packages/vue3-rsbuild/package.json +++ b/packages/vue3-rsbuild/package.json @@ -1,11 +1,22 @@ { "name": "storybook-vue3-rsbuild", "version": "0.0.1", - "description": "Storybook for Vue3: Develop React Component in isolation with Hot Reloading.", + "description": "Storybook for Vue3 and Rsbuild: Develop React Component in isolation with Hot Reloading.", "keywords": [ - "storybook" + "storybook", + "rsbuild", + "rspack", + "vue3" ], "license": "MIT", + "bugs": { + "url": "https://github.com/rspack-contrib/storybook-rsbuild/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/rspack-contrib/storybook-rsbuild", + "directory": "packages/vue3-rsbuild" + }, "exports": { ".": { "types": "./dist/index.d.ts",