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

Commit

Permalink
bump to current SDK, fix dotenv dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
da-kami committed Apr 9, 2020
1 parent c94dff2 commit 7200640
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 7200640

Please sign in to comment.