@elucim/core 0.1.2 → 0.1.3
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -167,7 +167,7 @@ Player and Scene automatically adapt to light and dark themes using CSS `light-d
|
|
|
167
167
|
|
|
168
168
|
## Documentation
|
|
169
169
|
|
|
170
|
-
Full docs with live interactive examples: [
|
|
170
|
+
Full docs with live interactive examples: [elucim.com](https://elucim.com)
|
|
171
171
|
|
|
172
172
|
## License
|
|
173
173
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elucim/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "React library for animated math and concept visualizations — 3Blue1Brown-style for the web",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"url": "https://github.com/sethjuarez/elucim.git",
|
|
10
10
|
"directory": "packages/core"
|
|
11
11
|
},
|
|
12
|
-
"homepage": "https://
|
|
12
|
+
"homepage": "https://elucim.com",
|
|
13
13
|
"bugs": "https://github.com/sethjuarez/elucim/issues",
|
|
14
14
|
"keywords": [
|
|
15
15
|
"react",
|