mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Set unused modules to private
no-issue This can be just temporary so that we are not generating a lot of noise with constantly publishing these modules
This commit is contained in:
parent
58cb25fe86
commit
cb9f10e28d
5 changed files with 12 additions and 7 deletions
|
@ -38,6 +38,7 @@
|
|||
"react-stripe-elements": "^5.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
"access": "private"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
|
|
@ -16,8 +16,9 @@
|
|||
"lib"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "private"
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"mocha": "6.2.0",
|
||||
"should": "13.2.3",
|
||||
|
|
|
@ -16,8 +16,9 @@
|
|||
"lib"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "private"
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"eslint": "6.4.0",
|
||||
"eslint-plugin-ghost": "0.5.0",
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"lodash": "^4.17.11"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
"access": "private"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
|
|
@ -21,8 +21,9 @@
|
|||
"build/members-theme-bindings.js"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "private"
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"browserify": "16.5.0",
|
||||
"es6ify": "1.6.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue