@igo2/sdg-core 1.0.0-next.107 → 1.0.0-next.109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1 +1,9 @@
1
1
  # Core
2
+
3
+ Documentation à venir
4
+
5
+ Installer le paquet de base qui comprend les styles et la logique de base
6
+
7
+ ```
8
+ npm install --save @igo2/sdg-core
9
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/sdg-core",
3
- "version": "1.0.0-next.107",
3
+ "version": "1.0.0-next.109",
4
4
  "license": "LiLiQ-R",
5
5
  "repository": {
6
6
  "type": "git",