@reactful/create 0.0.66 → 0.0.67

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
@@ -65,7 +65,7 @@ async function downloadGitHub(user, repository, subfolder, destination) {
65
65
  const content = await fetch(url).then(x => x.json())
66
66
 
67
67
  console.log('- url', url)
68
- console.log('- res', JSON.stringify(res))
68
+ console.log('- res', JSON.stringify(content))
69
69
 
70
70
  for (const item of content) {
71
71
  if (item.type != 'file') continue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scafold tool",