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

update for CR v0.13#5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ShMcK merged 1 commit intomasterfromnext
Aug 6, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
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
11 changes: 7 additions & 4 deletionscoderoad.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
version: "0.4.0"
version: "0.4.1"
config:
testRunner:
command: ./node_modules/.bin/mocha
args:
filter: --grep
tap: --reporter=mocha-tap-reporter
setup:
commands:
- npm install
directory: coderoad
setup:
commands:
- cd coderoad && npm install
repo:
uri: https://github.com/coderoad/fcc-learn-npm
branch: v0.4.1
dependencies:
- name: node
version: '>=10'
reset:
commands:
- echo 'resetting'
levels:
- id: '1'
- id: '2'
Expand Down
27 changes: 16 additions & 11 deletionstutorial.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.4.1",
"summary": {
"title": "Learn NPM package json",
"description": "The Node Package Manager (NPM) is a command-line tool used by developers to share and control modules (or packages) of JavaScript code written for use with Node.js."
Expand All@@ -11,17 +11,17 @@
"filter": "--grep",
"tap": "--reporter=mocha-tap-reporter"
},
"setup": {
"commands": [
"npm install"
],
"commits": [
"1efa2e74255816a138ea9be998d49a6bdfbd082f",
"a99811c863d561190f92b8aac455117407674880"
]
},
"directory": "coderoad"
},
"setup": {
"commands": [
"cd coderoad && npm install"
],
"commits": [
"a99811c863d561190f92b8aac455117407674880",
"1efa2e74255816a138ea9be998d49a6bdfbd082f"
]
},
"repo": {
"uri": "https://github.com/coderoad/fcc-learn-npm",
"branch": "v0.4.1"
Expand All@@ -31,7 +31,12 @@
"name": "node",
"version": ">=10"
}
]
],
"reset": {
"commands": [
"echo 'resetting'"
]
}
},
"levels": [
{
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp