Skip to content

Commit

Permalink
EDD-22: Made the changes to fix the PR suggestions and bumped the ver…
Browse files Browse the repository at this point in the history
…sion number by 1
  • Loading branch information
deepakacharyab authored and macrouch committed Jun 22, 2023
1 parent bd858c5 commit 958a639
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.2",
"version": "0.0.3",
"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
5 changes: 4 additions & 1 deletion src/app/components/Layout/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ import React, { useContext, useEffect, useState } from 'react'
import classNames from 'classnames'
import { FaCog } from 'react-icons/fa'
import {
VscChromeRestore, VscChromeMaximize, VscChromeMinimize, VscChromeClose
VscChromeRestore,
VscChromeMaximize,
VscChromeMinimize,
VscChromeClose
} from 'react-icons/vsc'
import Button from '../Button/Button'
import DownloadHistory from '../../pages/DownloadHistory/DownloadHistory'
Expand Down
5 changes: 1 addition & 4 deletions src/app/components/Layout/__tests__/Layout.test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import React from 'react'

import {
render, screen
} from '@testing-library/react'
import { render, screen } from '@testing-library/react'
import userEvent from '@testing-library/user-event'

import Layout from '../Layout'
Expand Down

0 comments on commit 958a639

Please sign in to comment.