Skip to content

Commit

Permalink
EDD-17: Fix linting and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorlang committed Jul 10, 2023
1 parent 4128b29 commit 6d13918
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "earthdata-download",
"version": "0.0.5",
"version": "0.0.6",
"description": "Earthdata Download is a cross-platform download manager designed to improve how users download Earth Science data. It accepts lists of files from applications like Earthdata Search (https://search.earthdata.nasa.gov/) and enables clients to offer users a streamlined experience when downloading files from their browser.",
"repository": "nasa/earthdata-download",
"homepage": "https://github.com/nasa/earthdata-download#readme",
Expand Down
1 change: 0 additions & 1 deletion src/app/components/Dialog/Dialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import classNames from 'classnames'

import * as styles from './Dialog.module.scss'
import Button from '../Button/Button'
import Tooltip from '../Tooltip/Tooltip'

/**
* @typedef {Object} DialogProps
Expand Down

0 comments on commit 6d13918

Please sign in to comment.