Skip to content

Commit 060cd5e

Browse files
authored
Merge pull request #6 from coderoad/next
update to v0.4.2
2 parents 04ec8c6 + 9466078 commit 060cd5e

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
lines changed

.gitignore

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
.tmp
2-
node_modules
3-
coderoad
1+
# ALL
2+
!coderoad.yaml
3+
!tutorial.json
4+
!TUTORIAL.md
5+
!README.md
6+
!.gitignore

coderoad.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.4.1"
1+
version: "0.4.2"
22
config:
33
testRunner:
44
command: ./node_modules/.bin/mocha
@@ -11,7 +11,7 @@ config:
1111
- cd coderoad && npm install
1212
repo:
1313
uri: https://github.com/coderoad/fcc-learn-npm
14-
branch: v0.4.1
14+
branch: v0.4.2
1515
dependencies:
1616
- name: node
1717
version: '>=10'

tutorial.json

+23-24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.1",
2+
"version": "0.4.2",
33
"summary": {
44
"title": "Learn NPM package json",
55
"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."
@@ -18,13 +18,12 @@
1818
"cd coderoad && npm install"
1919
],
2020
"commits": [
21-
"a99811c863d561190f92b8aac455117407674880",
22-
"1efa2e74255816a138ea9be998d49a6bdfbd082f"
21+
"6bfa2e3f1d8e9e3dcb07ab7c6b8bc863f56e11b0"
2322
]
2423
},
2524
"repo": {
2625
"uri": "https://github.com/coderoad/fcc-learn-npm",
27-
"branch": "v0.4.1"
26+
"branch": "v0.4.2"
2827
},
2928
"dependencies": [
3029
{
@@ -62,15 +61,15 @@
6261
"package.json"
6362
],
6463
"commits": [
65-
"af2a97be3e4e0fda484913aa14df0d1a34c457a3"
64+
"ae28b98a44066947fa2a3ecab26e62e0743ff016"
6665
]
6766
},
6867
"solution": {
6968
"files": [
7069
"package.json"
7170
],
7271
"commits": [
73-
"46794cae9d036c50b673b47363e9429ae331eaf6"
72+
"e2778eaea801474be3569e31941651b11da08601"
7473
]
7574
},
7675
"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 (,).",
@@ -94,15 +93,15 @@
9493
"package.json"
9594
],
9695
"commits": [
97-
"1d2f58330ee9773ac7f80df5a628675fbead1e60"
96+
"c2f35a0e0c1d88435e7cb87d61d2a23b011d231b"
9897
]
9998
},
10099
"solution": {
101100
"files": [
102101
"package.json"
103102
],
104103
"commits": [
105-
"ee7a7af1c92693d239528832f2a69859371a147a"
104+
"dbbdf52595dcfe9d39343f0b8a2ebb6cc7254c1e"
106105
]
107106
},
108107
"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.",
@@ -126,15 +125,15 @@
126125
"package.json"
127126
],
128127
"commits": [
129-
"6b8e6ef82ad0cd0dbb0193787c14ed39fe039132"
128+
"9cfe1fec533df98eb9c6ed927eac8e0103ecdd50"
130129
]
131130
},
132131
"solution": {
133132
"files": [
134133
"package.json"
135134
],
136135
"commits": [
137-
"b0d6dc4a4dd6b510fcd0b9d803e301049ee574d3"
136+
"7212e9079d67470e0ea6f21906b308ee82ba483d"
138137
]
139138
},
140139
"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\".",
@@ -158,13 +157,13 @@
158157
"package.json"
159158
],
160159
"commits": [
161-
"67346726fb199a390aa9f402ec3a0516fcfeff74"
160+
"9652bd6438d1f403fdef12580616ed99771b3a3b"
162161
]
163162
},
164163
"content": "Fill the `license` field in the package.json file of your project as you find suitable.",
165164
"solution": {
166165
"commits": [
167-
"060c0756282e4efc83435008dff06a5e4ef6943c"
166+
"effa4b7d6e65428affaff4423832b39a4314b161"
168167
]
169168
}
170169
}
@@ -183,13 +182,13 @@
183182
"package.json"
184183
],
185184
"commits": [
186-
"dc7f47dbbefb5f18cc5980418912d76096ee4907"
185+
"dfbce6652999bf559aed44434cec24c80e494452"
187186
]
188187
},
189188
"content": "Add a `version` to the package.json file of your project.",
190189
"solution": {
191190
"commits": [
192-
"ad2cb8466d937eb7c03f99fc876b7ab08dd13067"
191+
"784e624939e8e47283ae9e687d2fc4fb5fcfcd61"
193192
]
194193
}
195194
}
@@ -212,7 +211,7 @@
212211
"node_modules/moment"
213212
],
214213
"commits": [
215-
"c3a72a33bb7b207b22b2dff04c0e01c269990754"
214+
"327be97be42414034279727046ced58130ebbeee"
216215
]
217216
},
218217
"solution": {
@@ -223,7 +222,7 @@
223222
"npm install"
224223
],
225224
"commits": [
226-
"506f466305b95777a1be518bf91c35831806f21c"
225+
"0eefcdbb090e62515c19b41d51998fe18bfcb7ac"
227226
]
228227
},
229228
"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."
@@ -247,7 +246,7 @@
247246
"node_modules/moment"
248247
],
249248
"commits": [
250-
"d75d588947efe26c5a2fe5bfd809da9211f8f2d3"
249+
"e25b5f37da2f052080f29bc0f1e6fb6b3ba43d93"
251250
]
252251
},
253252
"solution": {
@@ -258,7 +257,7 @@
258257
"npm install"
259258
],
260259
"commits": [
261-
"c38b20b9c8c5f9d68efa433fc33b715a70060d74"
260+
"ec1e905af4139e524369974dadcbec6a08343fcd"
262261
]
263262
},
264263
"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"
@@ -278,15 +277,15 @@
278277
"package.json"
279278
],
280279
"commits": [
281-
"b4f94faaf7ee23103dbdb935083bae86ccf03799"
280+
"c7fecf0bce6abe2885b6d968486ad22417a6eded"
282281
]
283282
},
284283
"solution": {
285284
"files": [
286285
"package.json"
287286
],
288287
"commits": [
289-
"35f54899b037b00fdd85f45b0d5d94089cf599f4"
288+
"70b29effbc6a65e1cab618edd92879949160a1a0"
290289
]
291290
},
292291
"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."
@@ -306,15 +305,15 @@
306305
"package.json"
307306
],
308307
"commits": [
309-
"36951e66e83966359d20ece1a362b2bc91e4d722"
308+
"dc2689e47dcb0db5933ce8d599bbd292b08b9bda"
310309
]
311310
},
312311
"solution": {
313312
"files": [
314313
"package.json"
315314
],
316315
"commits": [
317-
"9578b3e8ef7f6c0f03d3e3b9b2b6bdc151e4e186"
316+
"72b8fa6680bf55da451b92ccdda89974b6742617"
318317
]
319318
},
320319
"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."
@@ -334,15 +333,15 @@
334333
"package.json"
335334
],
336335
"commits": [
337-
"364e2417076bf8d6604084409404ab9ff7b6533f"
336+
"6b0d618d312d7db46a5c30062a7ea1730ee2992c"
338337
]
339338
},
340339
"solution": {
341340
"files": [
342341
"package.json"
343342
],
344343
"commits": [
345-
"d3ee6474be0c501136dde32efed480c9f3d8fdbf"
344+
"41e46747dfb3977c21321d473b5f230e91240d4f"
346345
]
347346
},
348347
"content": "Remove the moment package from your dependencies.\n\n**Note:** Make sure you have the right amount of commas after removing it."

0 commit comments

Comments
 (0)