Skip to content

Commit e4de9d9

Browse files
committed
Include a external library for configuration.
1 parent 67a6e9f commit e4de9d9

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
### Changed
9+
- Node 21 => 22.
10+
- Configurations, inputs, outputs and default codes are now in a separate project.
11+
712
## [2.0.0] - 2024-04-22
813
### Added
914
- Aliases in `.ashrc.dist`.

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"test": "mocha --config ./ci/mocha.json"
1616
},
1717
"dependencies": {
18+
"@cyrilverloop/codingame-configuration": "^1.1.2",
1819
"c8": "^9.1.0",
1920
"chai": "^5.1.0",
2021
"mocha": "^10.4.0",

0 commit comments

Comments
 (0)