Skip to content

Commit

Permalink
Setup publishConfig to public
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Apr 14, 2019
1 parent ee1cc70 commit e41c61d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/checkbox/package.json
Expand Up @@ -17,5 +17,8 @@
"@inquirer/core": "^0.0.4-alpha.0",
"chalk": "^2.4.1",
"figures": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/confirm/package.json
Expand Up @@ -20,5 +20,8 @@
"@inquirer/core": "^0.0.4-alpha.0",
"@inquirer/input": "^0.0.4-alpha.0",
"chalk": "^2.4.1"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/core/package.json
Expand Up @@ -22,5 +22,8 @@
"run-async": "^2.3.0",
"string-width": "^2.1.1",
"strip-ansi": "^4.0.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/expand/package.json
Expand Up @@ -17,5 +17,8 @@
"@inquirer/core": "^0.0.4-alpha.0",
"chalk": "^2.4.1",
"figures": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/input/package.json
Expand Up @@ -15,5 +15,8 @@
"dependencies": {
"@inquirer/core": "^0.0.4-alpha.0",
"chalk": "^2.4.1"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/password/package.json
Expand Up @@ -20,5 +20,8 @@
"dependencies": {
"@inquirer/input": "^0.0.4-alpha.0",
"chalk": "^2.4.1"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/select/package.json
Expand Up @@ -16,5 +16,8 @@
"@inquirer/core": "^0.0.4-alpha.0",
"chalk": "^2.4.1",
"figures": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit e41c61d

Please sign in to comment.