@chrisburnell/eleventy-cache-webmentions 2.1.1 → 2.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/package.json +19 -5
- package/.gitattributes +0 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chrisburnell/eleventy-cache-webmentions",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "Cache webmentions using eleventy-fetch and make them available to use in collections, layouts, pages, etc. in Eleventy.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -11,17 +11,31 @@
|
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/chrisburnell/eleventy-cache-webmentions/issues"
|
|
13
13
|
},
|
|
14
|
-
"author":
|
|
14
|
+
"author": {
|
|
15
|
+
"name": "Chris Burnell",
|
|
16
|
+
"email": "me@chrisburnell.com",
|
|
17
|
+
"url": "https://chrisburnell.com/"
|
|
18
|
+
},
|
|
15
19
|
"contributors": [
|
|
16
20
|
{
|
|
17
21
|
"name": "Chris Burnell",
|
|
18
22
|
"email": "me@chrisburnell.com",
|
|
19
|
-
"url": "https://chrisburnell.com"
|
|
20
|
-
|
|
23
|
+
"url": "https://chrisburnell.com"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"funding": [
|
|
27
|
+
{
|
|
28
|
+
"type": "buymeacoffee",
|
|
29
|
+
"url": "https://buymeacoffee.com/chrisburnell"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"type": "github",
|
|
33
|
+
"url": "https://github.com/sponsors/chrisburnell"
|
|
21
34
|
}
|
|
22
35
|
],
|
|
23
36
|
"publishConfig": {
|
|
24
|
-
"access": "public"
|
|
37
|
+
"access": "public",
|
|
38
|
+
"provenance": true
|
|
25
39
|
},
|
|
26
40
|
"main": "eleventy-cache-webmentions.js",
|
|
27
41
|
"scripts": {
|
package/.gitattributes
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# These files are text and should be normalized (convert crlf => lf)
|
|
2
|
-
*.css text
|
|
3
|
-
*.js text
|
|
4
|
-
*.html text
|
|
5
|
-
*.php text
|
|
6
|
-
*.phtml text
|
|
7
|
-
*.json text
|
|
8
|
-
|
|
9
|
-
# Images should be treated as binary
|
|
10
|
-
# (binary is a macro for -text -diff)
|
|
11
|
-
*.png binary
|
|
12
|
-
*.jpeg binary
|
|
13
|
-
*.jpg binary
|
|
14
|
-
*.gif binary
|