This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit b96e53a420657f0431654a2e233f4252d8000db4 Author: John Soo <[email protected]> AuthorDate: Thu Jul 14 10:34:07 2022 -0700 airflow/www/package.json: Add name, version fields. (#25065) These fields are required according to: https://docs.npmjs.com/creating-a-package-json-file#required-name-and-version-fields (cherry picked from commit 1fd59d61decdc1d7e493eca80a629d02533a4ba0) --- airflow/www/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/airflow/www/package.json b/airflow/www/package.json index 15d237d1cd..644eaba084 100644 --- a/airflow/www/package.json +++ b/airflow/www/package.json @@ -1,4 +1,6 @@ { + "name": "airflow-www", + "version": "1.0.0", "description": "Apache Airflow is a platform to programmatically author, schedule and monitor workflows.", "scripts": { "test": "jest",
