@reactful/create 0.0.74 → 0.0.75

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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -68,7 +68,7 @@ async function downloadGitHub(user, repository, subdir, destination) {
68
68
  console.error('failed to download scafold from github...')
69
69
  console.log('response: ', response.statusText)
70
70
  console.log('type: ', typeof contents)
71
- console.log('url: ', url)
71
+ console.log('url: ', response.url)
72
72
  }
73
73
 
74
74
  for (const item of contents) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "0.0.74",
3
+ "version": "0.0.75",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scafold tool",