Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kosu-docs: make package private #185

Merged
merged 1 commit into from Jul 24, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

make kosu-docs package private

  • Loading branch information
hrharder committed Jul 24, 2019
commit d5c8ef3e90e107eeee4b489127179612c9e9de56
@@ -1,7 +1,7 @@
{
"name": "@kosu/documentation",
"version": "0.0.1",
"private": false,
"private": true,
"description": "Kosu reference and documentation website.",
"license": "MIT",
"scripts": {
@@ -14,8 +14,5 @@
"vuepress": "^0.14.8",
"webpack": "^4.29.6",
"webpack-dev-middleware": "^3.6.0"
},
"publishConfig": {
"access": "private"
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.