Skip to content

Commit 6bc8cf2

Browse files
committed
update for cr builder v0.4
1 parent d0404b7 commit 6bc8cf2

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

tutorial.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.1",
2+
"version": "0.4.0",
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."
@@ -16,8 +16,8 @@
1616
"npm install"
1717
],
1818
"commits": [
19-
"1efa2e74255816a138ea9be998d49a6bdfbd082f",
20-
"a99811c863d561190f92b8aac455117407674880"
19+
"a99811c863d561190f92b8aac455117407674880",
20+
"1efa2e74255816a138ea9be998d49a6bdfbd082f"
2121
]
2222
},
2323
"directory": "coderoad"
@@ -57,15 +57,15 @@
5757
"package.json"
5858
],
5959
"commits": [
60-
"0c44989fe404b653c46ca0089f5525412fd054e1"
60+
"af2a97be3e4e0fda484913aa14df0d1a34c457a3"
6161
]
6262
},
6363
"solution": {
6464
"files": [
6565
"package.json"
6666
],
6767
"commits": [
68-
"3255614fee55570d2e8a81ebaab660a16f5fa8f5"
68+
"46794cae9d036c50b673b47363e9429ae331eaf6"
6969
]
7070
},
7171
"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 (,)."
@@ -85,15 +85,15 @@
8585
"package.json"
8686
],
8787
"commits": [
88-
"04b29d4740330a9f7093ae23567cedc7ded7b758"
88+
"1d2f58330ee9773ac7f80df5a628675fbead1e60"
8989
]
9090
},
9191
"solution": {
9292
"files": [
9393
"package.json"
9494
],
9595
"commits": [
96-
"3d6acf2b5f540a7fc22c7535faa3577ef516ee36"
96+
"ee7a7af1c92693d239528832f2a69859371a147a"
9797
]
9898
},
9999
"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."
@@ -113,15 +113,15 @@
113113
"package.json"
114114
],
115115
"commits": [
116-
"277487b9c613144dee3c1631391e45066b028967"
116+
"6b8e6ef82ad0cd0dbb0193787c14ed39fe039132"
117117
]
118118
},
119119
"solution": {
120120
"files": [
121121
"package.json"
122122
],
123123
"commits": [
124-
"3a5ee9890db6b8007ffb7d996e81a426bc5cb76f"
124+
"b0d6dc4a4dd6b510fcd0b9d803e301049ee574d3"
125125
]
126126
},
127127
"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\"."
@@ -141,13 +141,13 @@
141141
"package.json"
142142
],
143143
"commits": [
144-
"301da3567d0803f07083f2de97a19078a249e2c4"
144+
"67346726fb199a390aa9f402ec3a0516fcfeff74"
145145
]
146146
},
147147
"content": "Fill the `license` field in the package.json file of your project as you find suitable.",
148148
"solution": {
149149
"commits": [
150-
"4e277b30ae6ce78457fb8b25732fa3e3f7d17375"
150+
"060c0756282e4efc83435008dff06a5e4ef6943c"
151151
]
152152
}
153153
}
@@ -166,13 +166,13 @@
166166
"package.json"
167167
],
168168
"commits": [
169-
"81cd62e8ccf8e4d34877393b0096a98243345ace"
169+
"dc7f47dbbefb5f18cc5980418912d76096ee4907"
170170
]
171171
},
172172
"content": "Add a `version` to the package.json file of your project.",
173173
"solution": {
174174
"commits": [
175-
"259738a015b77b4ec147dc917b5a438d8cf72a1c"
175+
"ad2cb8466d937eb7c03f99fc876b7ab08dd13067"
176176
]
177177
}
178178
}
@@ -195,7 +195,7 @@
195195
"node_modules/moment"
196196
],
197197
"commits": [
198-
"7bdc84408fdcfb0dbff6f2cd3d6125599ed06e52"
198+
"c3a72a33bb7b207b22b2dff04c0e01c269990754"
199199
]
200200
},
201201
"solution": {
@@ -206,7 +206,7 @@
206206
"npm install"
207207
],
208208
"commits": [
209-
"977699a8452699154f74bb13245d7d71918f3f18"
209+
"506f466305b95777a1be518bf91c35831806f21c"
210210
]
211211
},
212212
"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."
@@ -230,7 +230,7 @@
230230
"node_modules/moment"
231231
],
232232
"commits": [
233-
"6f3be27106114523cb4a94d1dda21bb135afffd5"
233+
"d75d588947efe26c5a2fe5bfd809da9211f8f2d3"
234234
]
235235
},
236236
"solution": {
@@ -241,7 +241,7 @@
241241
"npm install"
242242
],
243243
"commits": [
244-
"929be35a0c7bebfda231424a825f6bb479dd2868"
244+
"c38b20b9c8c5f9d68efa433fc33b715a70060d74"
245245
]
246246
},
247247
"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"
@@ -261,15 +261,15 @@
261261
"package.json"
262262
],
263263
"commits": [
264-
"60e1e9cc46eec61ec0612391cb6d0ceaf6397660"
264+
"b4f94faaf7ee23103dbdb935083bae86ccf03799"
265265
]
266266
},
267267
"solution": {
268268
"files": [
269269
"package.json"
270270
],
271271
"commits": [
272-
"a0212bd7e8dd8707070fbf5f1f7a63a15b478114"
272+
"35f54899b037b00fdd85f45b0d5d94089cf599f4"
273273
]
274274
},
275275
"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."
@@ -289,15 +289,15 @@
289289
"package.json"
290290
],
291291
"commits": [
292-
"089b2f2ebe795c6bda80606fe0f014929d0aef85"
292+
"36951e66e83966359d20ece1a362b2bc91e4d722"
293293
]
294294
},
295295
"solution": {
296296
"files": [
297297
"package.json"
298298
],
299299
"commits": [
300-
"8c0c303a7545846ffc098ce8f040fe827c7eb8e8"
300+
"9578b3e8ef7f6c0f03d3e3b9b2b6bdc151e4e186"
301301
]
302302
},
303303
"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."
@@ -317,15 +317,15 @@
317317
"package.json"
318318
],
319319
"commits": [
320-
"faac2c0c87cd0d99eb036b977339a1902d5012b0"
320+
"364e2417076bf8d6604084409404ab9ff7b6533f"
321321
]
322322
},
323323
"solution": {
324324
"files": [
325325
"package.json"
326326
],
327327
"commits": [
328-
"13bd9d0cdecd4e21e4b84f0f674ed72bf21626e0"
328+
"d3ee6474be0c501136dde32efed480c9f3d8fdbf"
329329
]
330330
},
331331
"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)