Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6701495

Browse files
authored
Merge pull request#248 from coderoad/release-0.2.1
update and release 0.2.1
2 parentsdc8e892 +fdf5630 commit6701495

File tree

5 files changed

+1362
-383
lines changed

5 files changed

+1362
-383
lines changed

‎CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,28 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1212

1313
- Improvements to error handling
1414
- Validate Git installed on startup
15-
- Validategit remote can connect on tutorial selection
15+
- ValidateGit remote can connect on tutorial selection
1616
- Fix component translation issues
17+
18+
##[0.2.1]
19+
20+
- Improve error page
21+
- Tutorial dependency validation in tutorial config. See an example below
22+
23+
```json
24+
{
25+
"config": {
26+
"dependencies": [
27+
{
28+
"name":"node",// command line process to run
29+
"version":"^10",// see node-semver for options
30+
"message":"An optional message to display if the validation fails"
31+
},
32+
{
33+
"name":"npm",
34+
"version":">5"
35+
}
36+
]
37+
}
38+
}
39+
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp