eleventy-plugin-uncharted 0.6.2 → 0.6.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 +3 -3
package/README.md
CHANGED
|
@@ -39,4 +39,4 @@ charts:
|
|
|
39
39
|
|
|
40
40
|
Chart types: `donut`, `stacked-bar`, `stacked-column`, `dot`, `scatter`
|
|
41
41
|
|
|
42
|
-
See the [documentation](https://uncharted.
|
|
42
|
+
See the [documentation](https://uncharted.seanlunsford.com/) for configuration options, styling, animations, and more.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eleventy-plugin-uncharted",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "An Eleventy plugin that renders CSS-based charts from CSV data using shortcodes",
|
|
5
5
|
"main": "eleventy.config.js",
|
|
6
6
|
"type": "module",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"url": "https://github.com/slunsford/uncharted/issues"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@11ty/eleventy": ">=2.0.0-0"
|
|
35
|
+
"@11ty/eleventy": ">=2.0.0 || >=4.0.0-0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@11ty/eleventy": "^3.0.0"
|
|
38
|
+
"@11ty/eleventy": "^3.0.0 || ^4.0.0-0"
|
|
39
39
|
}
|
|
40
40
|
}
|