We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5913a commit 0e2e1baCopy full SHA for 0e2e1ba
package.json
@@ -1,13 +1,15 @@
1
{
2
"name": "eleventy-plugin-scad",
3
"version": "0.7.1",
4
- "description": "Eleventy plugin to treat SCAD files as templates that need rendering to STL and showcased",
+ "description": "Eleventy plugin to use SCAD files as templates to rendering STLs and HTML",
5
"keywords": [
6
"eleventy",
7
"eleventy-plugin",
8
"openscad",
9
"scad"
10
],
11
+ "homepage": "https://www.npmjs.com/package/eleventy-plugin-scad",
12
+ "readme": "https://github.com/kevinkhill/eleventy-plugin-scad#readme",
13
"repository": {
14
"type": "git",
15
"url": "git+https://github.com/kevinkhill/eleventy-plugin-scad.git"
0 commit comments