LilaRest commited on
Commit
0ade762
·
verified ·
1 Parent(s): fe84e0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -1,11 +1,11 @@
1
- ---
2
- license: mit
3
- ---
4
-
5
- This repository hosts various large files used in [Life.js](https://lifejs.org) projects.
6
-
7
- It addresses the following challenges:
8
-
9
- - **Bundle size** - Keeps `life` NPM package small by hosting large files separately.
10
- - **Stability** - Avoids dependency on upstream repos that could change without notice and break all Life.js deployments.
11
  - **Security** - Fewer third-party dependencies minimize [supply chain risk](https://en.wikipedia.org/wiki/Supply_chain_attack).
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ This repository hosts various large files used in [Life.js](https://lifejs.org) projects.
6
+
7
+ It addresses the following challenges:
8
+
9
+ - **Bundle size** - Keeps NPM packages small by hosting large files separately.
10
+ - **Stability** - Avoids dependency on upstream repos that could change without notice and break all Life.js deployments.
11
  - **Security** - Fewer third-party dependencies minimize [supply chain risk](https://en.wikipedia.org/wiki/Supply_chain_attack).