Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #88 from MDOR/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
AlgusDark authored May 21, 2018
2 parents 4c32d11 + 96c4f27 commit 5b39f2a
Show file tree
Hide file tree
Showing 4 changed files with 5,841 additions and 4,026 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Bloomer Changelog
## 0.6.4 - 2017-22-02
### Added
- Added jest.config.ts

### Changed
- Include a set up file for jest
- Upgrade dependencies
- include react and react-dom peerDependencies

## 0.6.3 - 2017-08-01
### Added
Expand Down
4 changes: 4 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import * as Enzyme from 'enzyme';
import * as Adapter from 'enzyme-adapter-react-16';

Enzyme.configure({adapter: new Adapter()});
Loading

0 comments on commit 5b39f2a

Please sign in to comment.