From 16c042e14aaa2a6ccac21a40cc9976a19c4b60a4 Mon Sep 17 00:00:00 2001 From: atomiks Date: Tue, 2 Jan 2018 01:16:15 +1100 Subject: [PATCH] Add dist + NOTICE.md --- dist/NOTICE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dist/NOTICE.md diff --git a/dist/NOTICE.md b/dist/NOTICE.md new file mode 100644 index 000000000..f30f7b1d7 --- /dev/null +++ b/dist/NOTICE.md @@ -0,0 +1,15 @@ +# WARNING! + +The `_30s` module is not production ready. Do NOT use it in production websites. +It is strictly for testing purposes at this moment in time. Snippets do not have +any unit tests written and will not be reliable. + +Snippet names can and will change without notice between minor versions. + +Given the version `0.x.y`: + +* `x` indicates a snippet name change. +* `y` indicates a new snippet or fix. + +If your project is not serious and you do not care about the above issues, you will want +to use the `es5` version and also include `babel-polyfill` for widest browser support.