schema-seed-core 0.1.0 → 0.1.2
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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
#
|
|
1
|
+
# schema-seed-core
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Core logic and types for [schema-seed](https://www.npmjs.com/package/schema-seed).
|
|
4
4
|
|
|
5
|
-
For
|
|
5
|
+
For more information, visit the [main schema-seed documentation](https://github.com/AliNazar-111/schema-seed).
|