create-shape-app 0.1.5 → 0.1.6

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.
@@ -26,7 +26,6 @@ export async function materializeTemplateFromRelease(release, fetchImpl = fetch)
26
26
  async function downloadTarball(url, outputPath, fetchImpl) {
27
27
  const response = await fetchImpl(url, {
28
28
  headers: {
29
- Accept: 'application/octet-stream',
30
29
  'User-Agent': 'create-shape-app',
31
30
  },
32
31
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-shape-app",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Scaffold Shape Builder Kit projects from pinned release tags.",
5
5
  "license": "MIT",
6
6
  "repository": {