Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update changelog
Signed-off-by: shmck <[email protected]>
  • Loading branch information
ShMcK committed Apr 18, 2020
commit 4034389dbfedcfa28439d1711b00046a3f570a28
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
},
{
"name": "npm",
"version": ">5"
"version": ">=5"
}
]
}
Expand All @@ -58,7 +58,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
{
"config": {
"appVersions": {
"vscode": "<0.2"
"vscode": ">=0.2"
},
}
```
Expand All @@ -80,3 +80,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
},
}
```

Resulting in a folder structure like the following:

```
- .vscode
- coderoad (test runner files only with their own setup)
- package.json
- tests
- package.json
- server.js
```