Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Merge #573
Browse files Browse the repository at this point in the history
573: bump to current SDK, fix dotenv dependency r=da-kami a=da-kami



Co-authored-by: Daniel Karzel <[email protected]>
  • Loading branch information
bors[bot] and da-kami authored Apr 9, 2020
2 parents c94dff2 + 7200640 commit ac0138a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed
- Fix missing dependency in `package.json` of create template project.

## [0.9.0] - 2020-02-20

## Added
Expand Down
5 changes: 3 additions & 2 deletions create/new_project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"force-clean-env": "comit-scripts force-clean-env"
},
"dependencies": {
"comit-sdk": "^0.15.0"
"comit-sdk": "^0.15.2"
},
"devDependencies": {
"comit-scripts": "^0.8.3"
"comit-scripts": "^0.8.3",
"dotenv": "^8.1.0"
}
}

0 comments on commit ac0138a

Please sign in to comment.