Add "private": true to every package.json (#19483)

This commit is contained in:
Andy
2017-08-31 08:02:56 -07:00
committed by GitHub
parent a7d0be726e
commit 0537c1fb27
97 changed files with 363 additions and 266 deletions

View File

@@ -1,5 +1,6 @@
{
"dependencies": {
"activex-helpers": "*"
}
}
"private": true,
"dependencies": {
"activex-helpers": "*"
}
}