Skip to content

Commit

Permalink
airflow/www/package.json: Add name, version fields. (#25065)
Browse files Browse the repository at this point in the history
These fields are required according to:

https://docs.npmjs.com/creating-a-package-json-file#required-name-and-version-fields
(cherry picked from commit 1fd59d6)
  • Loading branch information
jsoo1 authored and ephraimbuddy committed Aug 15, 2022
1 parent 7d2e516 commit b96e53a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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",
Expand Down

0 comments on commit b96e53a

Please sign in to comment.