Skip to content

Commit bfa18a3

Browse files
committed
update v0.3.0 commits
1 parent 6432d83 commit bfa18a3

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

CODEROAD.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ config:
1010
actions:
1111
commits:
1212
- '55a9b6d'
13-
- '89bdaa5'
13+
- '34f028e'
1414
commands:
1515
- npm install
1616
repo:
@@ -54,14 +54,14 @@ setup:
5454
files:
5555
- package.json
5656
commits:
57-
- '886d5b6'
57+
- 'c3b4350'
5858
commands:
5959
- npm install
6060
solution:
6161
files:
6262
- package.json
6363
commits:
64-
- 'bb42c6f'
64+
- '02cd4f2'
6565
```
6666

6767
Add your name as the `author` of the project in the package.json file.
@@ -89,12 +89,12 @@ setup:
8989
files:
9090
- package.json
9191
commits:
92-
- 'fe0ebbe'
92+
- '1917199'
9393
solution:
9494
files:
9595
- package.json
9696
commits:
97-
- '713bc2b'
97+
- 'e8b3d85'
9898
```
9999

100100
Add a `description` to the package.json file of your project.
@@ -122,12 +122,12 @@ setup:
122122
files:
123123
- package.json
124124
commits:
125-
- '33dfae3'
125+
- '2ba75f8'
126126
solution:
127127
files:
128128
- package.json
129129
commits:
130-
- 'e09726e'
130+
- '63cd193'
131131
```
132132

133133
Add an array of suitable strings to the `keywords` field in the package.json file of your project.
@@ -153,12 +153,12 @@ setup:
153153
files:
154154
- package.json
155155
commits:
156-
- '391fa87'
156+
- 'acd63ba'
157157
solution:
158158
files:
159159
- package.json
160160
commits:
161-
- '67de325'
161+
- 'a64411c'
162162
```
163163

164164
Fill the `license` field in the package.json file of your project as you find suitable.
@@ -180,12 +180,12 @@ setup:
180180
files:
181181
- package.json
182182
commits:
183-
- 'cf615ba'
183+
- '580d786'
184184
solution:
185185
files:
186186
- package.json
187187
commits:
188-
- 'b3cd2f7'
188+
- 'a92903d'
189189
```
190190

191191
Add a `version` to the package.json file of your project.
@@ -222,15 +222,15 @@ setup:
222222
files:
223223
- package.json
224224
commits:
225-
- 'bd92935'
225+
- 'eafc39a'
226226
watchers:
227227
- package.json
228228
- node_modules/moment
229229
solution:
230230
files:
231231
- package.json
232232
commits:
233-
- '3bd10c2'
233+
- '50da157'
234234
```
235235

236236
Install the "moment" package to the `dependencies` field of your package.json file by running the command line npm install.
@@ -269,15 +269,15 @@ setup:
269269
files:
270270
- package.json
271271
commits:
272-
- '98a8637'
272+
- 'e658c66'
273273
watchers:
274274
- package.json
275275
- node_modules/moment
276276
solution:
277277
files:
278278
- package.json
279279
commits:
280-
- '5222dda'
280+
- 'f10433e'
281281
```
282282

283283
In the dependencies section of your package.json file, change the `version` of moment to match MAJOR version 2, MINOR version 10 and PATCH version 2
@@ -301,12 +301,12 @@ setup:
301301
files:
302302
- package.json
303303
commits:
304-
- '01db156'
304+
- 'b4edb0c'
305305
solution:
306306
files:
307307
- package.json
308308
commits:
309-
- '57e4d75'
309+
- '8e169e1'
310310
```
311311

312312
In the package.json file, your current rule for how npm may upgrade moment is to use a specific version (2.10.2). But now, you want to allow the latest 2.10.x version.
@@ -335,12 +335,12 @@ setup:
335335
files:
336336
- package.json
337337
commits:
338-
- 'c6f9525'
338+
- '67c5f7b'
339339
solution:
340340
files:
341341
- package.json
342342
commits:
343-
- 'f9447cd'
343+
- '601c5fe'
344344
```
345345

346346
Use the caret (`^`) to prefix the version of moment in your dependencies and allow npm to update it to any new MINOR release.
@@ -364,12 +364,12 @@ setup:
364364
files:
365365
- package.json
366366
commits:
367-
- 'e090655'
367+
- '4359bde'
368368
solution:
369369
files:
370370
- package.json
371371
commits:
372-
- '2e81321'
372+
- 'f8cfb51'
373373
```
374374

375375
Remove the moment package from your dependencies.

coderoad-config.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"command": "npm run programmatic-test",
1010
"path": "coderoad",
1111
"actions": {
12-
"commits": ["55a9b6d", "89bdaa5"],
12+
"commits": ["55a9b6d", "34f028e"],
1313
"commands": ["npm install"]
1414
}
1515
},
@@ -42,12 +42,12 @@
4242
"id": "bCzlTigHAL",
4343
"setup": {
4444
"files": ["package.json"],
45-
"commits": ["886d5b6"],
45+
"commits": ["c3b4350"],
4646
"commands": ["npm install"]
4747
},
4848
"solution": {
4949
"files": ["package.json"],
50-
"commits": ["bb42c6f"]
50+
"commits": ["02cd4f2"]
5151
},
5252
"content": "Add your name as the `author` of the project in the package.json file.\n**Note:** Remember that you’re writing JSON, so all field names must use double-quotes (\") and be separated with a comma (,).\n\n"
5353
}
@@ -64,11 +64,11 @@
6464
"id": "qtyop7mIYu",
6565
"setup": {
6666
"files": ["package.json"],
67-
"commits": ["fe0ebbe"]
67+
"commits": ["1917199"]
6868
},
6969
"solution": {
7070
"files": ["package.json"],
71-
"commits": ["713bc2b"]
71+
"commits": ["e8b3d85"]
7272
},
7373
"content": "Add a `description` to the package.json file of your project.\n\n**Note:** Remember to use double-quotes for field-names (\") and commas (,) to separate fields.\n\n"
7474
}
@@ -85,11 +85,11 @@
8585
"id": "-dUCTOVbdo",
8686
"setup": {
8787
"files": ["package.json"],
88-
"commits": ["33dfae3"]
88+
"commits": ["2ba75f8"]
8989
},
9090
"solution": {
9191
"files": ["package.json"],
92-
"commits": ["e09726e"]
92+
"commits": ["63cd193"]
9393
},
9494
"content": "Add an array of suitable strings to the `keywords` field in the package.json file of your project.\n\nOne of the keywords should be \"freecodecamp\".\n"
9595
}
@@ -106,11 +106,11 @@
106106
"id": "3DsFYGvBuc",
107107
"setup": {
108108
"files": ["package.json"],
109-
"commits": ["391fa87"]
109+
"commits": ["acd63ba"]
110110
},
111111
"solution": {
112112
"files": ["package.json"],
113-
"commits": ["67de325"]
113+
"commits": ["a64411c"]
114114
},
115115
"content": "Fill the `license` field in the package.json file of your project as you find suitable.\n\n"
116116
}
@@ -127,11 +127,11 @@
127127
"id": "B07NvoYTwI",
128128
"setup": {
129129
"files": ["package.json"],
130-
"commits": ["cf615ba"]
130+
"commits": ["580d786"]
131131
},
132132
"solution": {
133133
"files": ["package.json"],
134-
"commits": ["b3cd2f7"]
134+
"commits": ["a92903d"]
135135
},
136136
"content": "Add a `version` to the package.json file of your project.\n\n"
137137
}
@@ -148,12 +148,12 @@
148148
"id": "9VFvL2uElS",
149149
"setup": {
150150
"files": ["package.json"],
151-
"commits": ["bd92935"],
151+
"commits": ["eafc39a"],
152152
"watchers": ["package.json", "node_modules/moment"]
153153
},
154154
"solution": {
155155
"files": ["package.json"],
156-
"commits": ["3bd10c2"]
156+
"commits": ["50da157"]
157157
},
158158
"content": "Install the \"moment\" package to the `dependencies` field of your package.json file by running the command line npm install.\n\n**Note:** Moment is a handy library for working with time and dates.\n\n"
159159
}
@@ -170,12 +170,12 @@
170170
"id": "p_BHY4SsgA",
171171
"setup": {
172172
"files": ["package.json"],
173-
"commits": ["98a8637"],
173+
"commits": ["e658c66"],
174174
"watchers": ["package.json", "node_modules/moment"]
175175
},
176176
"solution": {
177177
"files": ["package.json"],
178-
"commits": ["5222dda"]
178+
"commits": ["f10433e"]
179179
},
180180
"content": "In the dependencies section of your package.json file, change the `version` of moment to match MAJOR version 2, MINOR version 10 and PATCH version 2\n\n"
181181
}
@@ -192,11 +192,11 @@
192192
"id": "BISIX4-iz4d",
193193
"setup": {
194194
"files": ["package.json"],
195-
"commits": ["01db156"]
195+
"commits": ["b4edb0c"]
196196
},
197197
"solution": {
198198
"files": ["package.json"],
199-
"commits": ["57e4d75"]
199+
"commits": ["8e169e1"]
200200
},
201201
"content": "In the package.json file, your current rule for how npm may upgrade moment is to use a specific version (2.10.2). But now, you want to allow the latest 2.10.x version.\nUse the tilde (`~`) character to prefix the version of moment in your dependencies, and allow npm to update it to any new PATCH release.\n\n**Note:** The version numbers themselves should not be changed.\n\n"
202202
}
@@ -213,11 +213,11 @@
213213
"id": "X7yBkeKqF6_",
214214
"setup": {
215215
"files": ["package.json"],
216-
"commits": ["c6f9525"]
216+
"commits": ["67c5f7b"]
217217
},
218218
"solution": {
219219
"files": ["package.json"],
220-
"commits": ["f9447cd"]
220+
"commits": ["601c5fe"]
221221
},
222222
"content": "Use the caret (`^`) to prefix the version of moment in your dependencies and allow npm to update it to any new MINOR release.\n\n**Note:** The version numbers themselves should not be changed.\n\n"
223223
}
@@ -234,11 +234,11 @@
234234
"id": "_BvPBHOIDjP",
235235
"setup": {
236236
"files": ["package.json"],
237-
"commits": ["e090655"]
237+
"commits": ["4359bde"]
238238
},
239239
"solution": {
240240
"files": ["package.json"],
241-
"commits": ["2e81321"]
241+
"commits": ["f8cfb51"]
242242
},
243243
"content": "Remove the moment package from your dependencies.\n\n**Note:** Make sure you have the right amount of commas after removing it.\n\n"
244244
}

0 commit comments

Comments
 (0)