mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add a warning to notify packagers of dependency updates.
This commit is contained in:
parent
82d209946f
commit
3cb02bcdc3
@ -1,3 +1,14 @@
|
||||
###############################################################################
|
||||
#
|
||||
# IMPORTANT:
|
||||
#
|
||||
# If runtime or build time dependencies are changed in this file, the committer
|
||||
# *must* ensure the DEB and RPM package maintainers are informed as soon as
|
||||
# possible.
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
|
||||
##############################################################################
|
||||
# NOTE: Any requirements with environment specifiers must be explicitly added
|
||||
# to pkg/pip/setup_pip.py (in extras_require), otherwise they will be
|
||||
|
@ -1,4 +1,9 @@
|
||||
{
|
||||
"//": [
|
||||
"IMPORTANT:",
|
||||
"If runtime or build time dependencies are changed in this file, the ",
|
||||
"committer *must* ensure the DEB and RPM package maintainers are informed ",
|
||||
"as soon as possible."],
|
||||
"license": "PostgreSQL",
|
||||
"devDependencies": {
|
||||
"@babel/core": "~7.3.4",
|
||||
|
@ -1,3 +1,13 @@
|
||||
###############################################################################
|
||||
#
|
||||
# IMPORTANT:
|
||||
#
|
||||
# If runtime or build time dependencies are changed in this file, the committer
|
||||
# *must* ensure the DEB and RPM package maintainers are informed as soon as
|
||||
# possible.
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
#####################################
|
||||
# Include all the common dependencies
|
||||
#####################################
|
||||
|
Loading…
Reference in New Issue
Block a user