From 41d047287b2f8326244f2442a010045774231d41 Mon Sep 17 00:00:00 2001 From: FrankQiu Date: Mon, 30 Nov 2020 10:59:09 +0800 Subject: [PATCH 1/2] docs: added a license --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 489f077d84..7a4ebe5ba0 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,7 @@ For starter apps and templates, see [create-snowpack-app](./create-snowpack-app) - [snowpack-plugin-replace](https://github.com/moonrailgun/snowpack-plugin-replace) A plugin for replace file content with `string` or `RegExp`, useful for migrate or make some magic without modify source code - [snowpack-plugin-elm](https://github.com/marc136/snowpack-plugin-elm) A plugin to compile [Elm apps and modules](https://elm-lang.org). - PRs that add a link to this list are welcome! + +## License + +[MIT](https://github.com/snowpackjs/snowpack/blob/main/LICENSE) From 4ba9b0ddda9c186f09cfb95fecdaf1540d06ab63 Mon Sep 17 00:00:00 2001 From: FrankQiu Date: Thu, 3 Dec 2020 11:11:11 +0800 Subject: [PATCH 2/2] doc: add a contributing --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index da630f334d..408843babc 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ Snowpack leverages JavaScript's native module system (