Skip to content

Commit

Permalink
Using official lease-calculator package release as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ErezNagar committed Apr 28, 2020
1 parent 02e1cd1 commit 05cf471
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 312 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [0.3.0](https://github.com/ErezNagar/lease-calculator-app/compare/v0.2.3...v0.3.0) - 27/4/2020

### Changed

- Using official lease-calculator package release as dependency

## [0.2.3](https://github.com/ErezNagar/lease-calculator-app/compare/v0.2.2...v0.2.3) - 21/4/2020

### Fixed
Expand Down
7 changes: 6 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lease-calculator-app",
"description": "A simple car lease calculator web app",
"version": "0.2.3",
"version": "0.3.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -16,6 +16,7 @@
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"antd": "^4.1.1",
"lease-calculator": "^1.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/CalculatorResults.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from "react";
import PropTypes from "prop-types";
import LeaseCalculator from "lease-calculator";
import {
InputNumber,
Divider,
Expand All @@ -22,7 +23,6 @@ import {
MailOutlined,
} from "@ant-design/icons";
import _ from "underscore";
import LeaseCalculator from "./lease-calculator/LeaseCalculator";
import Fade from "./components/Fade";
import FieldIndicator from "./components/FieldIndicator";

Expand Down
158 changes: 0 additions & 158 deletions src/lease-calculator/LeaseCalculator.js

This file was deleted.

109 changes: 0 additions & 109 deletions src/lease-calculator/tests/LeaseCalculator.test.js

This file was deleted.

42 changes: 0 additions & 42 deletions src/lease-calculator/tests/constants.js

This file was deleted.

0 comments on commit 05cf471

Please sign in to comment.