@jungvonmatt/contentful-ssg 1.7.0 → 1.7.1

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.
Files changed (1) hide show
  1. package/package.json +9 -2
package/package.json CHANGED
@@ -1,7 +1,14 @@
1
1
  {
2
2
  "name": "@jungvonmatt/contentful-ssg",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/jungvonmatt/contentful-ssg.git"
8
+ },
9
+ "bugs": {
10
+ "url": "https://github.com/jungvonmatt/contentful-ssg/issues"
11
+ },
5
12
  "main": "./dist/index.js",
6
13
  "type": "module",
7
14
  "typings": "./dist/types.d.ts",
@@ -156,5 +163,5 @@
156
163
  "module": "es2020"
157
164
  }
158
165
  },
159
- "gitHead": "441c4188533375574d0bd461b3e043ba0c7d2655"
166
+ "gitHead": "4649238738f3f4cce24555f2a60c8ef07793b2e6"
160
167
  }