@reactful/create 0.0.75 → 0.0.76

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -66,8 +66,8 @@ async function downloadGitHub(user, repository, subdir, destination) {
66
66
 
67
67
  if (!Array.isArray(contents) || !response.ok) {
68
68
  console.error('failed to download scafold from github...')
69
- console.log('response: ', response.statusText)
70
- console.log('type: ', typeof contents)
69
+ console.log('array: ', Array.isArray(contents))
70
+ console.log('code: ', response.status)
71
71
  console.log('url: ', response.url)
72
72
  }
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "0.0.75",
3
+ "version": "0.0.76",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scafold tool",