@jungvonmatt/contentful-ssg 1.0.0-alpha.0 → 1.0.0

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 +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jungvonmatt/contentful-ssg",
3
- "version": "1.0.0-alpha.0",
3
+ "version": "1.0.0",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -59,6 +59,9 @@
59
59
  "cssg": "./dist/cli.js",
60
60
  "contentful-ssg": "./dist/cli.js"
61
61
  },
62
+ "publishConfig": {
63
+ "access": "public"
64
+ },
62
65
  "scripts": {
63
66
  "clean": "rimraf ./dist",
64
67
  "lint": "eslint --color src --fix --ext .ts",
@@ -135,5 +138,5 @@
135
138
  "module": "es2020"
136
139
  }
137
140
  },
138
- "gitHead": "bb9c2e924044cf85018576fd6ca84d3277fcbc74"
141
+ "gitHead": "a5b7e99aef936cac4d1166d7a347ffe1a480799a"
139
142
  }