|
9 | 9 | "command": "npm run programmatic-test",
|
10 | 10 | "path": "coderoad",
|
11 | 11 | "actions": {
|
12 |
| - "commits": ["55a9b6d", "34f028e"], |
| 12 | + "commits": ["55a9b6d", "d58d630"], |
13 | 13 | "commands": ["npm install"]
|
14 | 14 | }
|
15 | 15 | },
|
|
42 | 42 | "id": "L2:S1",
|
43 | 43 | "setup": {
|
44 | 44 | "files": ["package.json"],
|
45 |
| - "commits": ["c3b4350"], |
| 45 | + "commits": ["5326ec8"], |
46 | 46 | "commands": ["npm install"]
|
47 | 47 | },
|
48 | 48 | "solution": {
|
49 | 49 | "files": ["package.json"],
|
50 |
| - "commits": ["02cd4f2"] |
| 50 | + "commits": ["424cf66"] |
51 | 51 | },
|
52 | 52 | "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"
|
53 | 53 | }
|
|
64 | 64 | "id": "L3:S1",
|
65 | 65 | "setup": {
|
66 | 66 | "files": ["package.json"],
|
67 |
| - "commits": ["1917199"] |
| 67 | + "commits": ["68ddb97"] |
68 | 68 | },
|
69 | 69 | "solution": {
|
70 | 70 | "files": ["package.json"],
|
71 |
| - "commits": ["e8b3d85"] |
| 71 | + "commits": ["138ad0e"] |
72 | 72 | },
|
73 | 73 | "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"
|
74 | 74 | }
|
|
85 | 85 | "id": "L4:S1",
|
86 | 86 | "setup": {
|
87 | 87 | "files": ["package.json"],
|
88 |
| - "commits": ["2ba75f8"] |
| 88 | + "commits": ["2069439"] |
89 | 89 | },
|
90 | 90 | "solution": {
|
91 | 91 | "files": ["package.json"],
|
92 |
| - "commits": ["63cd193"] |
| 92 | + "commits": ["f2ed460"] |
93 | 93 | },
|
94 | 94 | "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"
|
95 | 95 | }
|
|
106 | 106 | "id": "L5:S1",
|
107 | 107 | "setup": {
|
108 | 108 | "files": ["package.json"],
|
109 |
| - "commits": ["acd63ba"] |
| 109 | + "commits": ["f2229d1"] |
110 | 110 | },
|
111 | 111 | "solution": {
|
112 | 112 | "files": ["package.json"],
|
113 |
| - "commits": ["a64411c"] |
| 113 | + "commits": ["9378267"] |
114 | 114 | },
|
115 | 115 | "content": "Fill the `license` field in the package.json file of your project as you find suitable.\n\n"
|
116 | 116 | }
|
|
127 | 127 | "id": "L6:S1",
|
128 | 128 | "setup": {
|
129 | 129 | "files": ["package.json"],
|
130 |
| - "commits": ["580d786"] |
| 130 | + "commits": ["60a4e7b"] |
131 | 131 | },
|
132 | 132 | "solution": {
|
133 | 133 | "files": ["package.json"],
|
134 |
| - "commits": ["a92903d"] |
| 134 | + "commits": ["f9f7f29"] |
135 | 135 | },
|
136 | 136 | "content": "Add a `version` to the package.json file of your project.\n\n"
|
137 | 137 | }
|
|
148 | 148 | "id": "L7:S1",
|
149 | 149 | "setup": {
|
150 | 150 | "files": ["package.json"],
|
151 |
| - "commits": ["eafc39a"], |
| 151 | + "commits": ["e97c095"], |
152 | 152 | "watchers": ["package.json", "node_modules/moment"]
|
153 | 153 | },
|
154 | 154 | "solution": {
|
155 | 155 | "files": ["package.json"],
|
156 |
| - "commits": ["50da157"] |
| 156 | + "commits": ["97af83a"] |
157 | 157 | },
|
158 | 158 | "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"
|
159 | 159 | }
|
|
170 | 170 | "id": "L8:S1",
|
171 | 171 | "setup": {
|
172 | 172 | "files": ["package.json"],
|
173 |
| - "commits": ["e658c66"], |
| 173 | + "commits": ["be03933"], |
174 | 174 | "watchers": ["package.json", "node_modules/moment"]
|
175 | 175 | },
|
176 | 176 | "solution": {
|
177 | 177 | "files": ["package.json"],
|
178 |
| - "commits": ["f10433e"] |
| 178 | + "commits": ["ba77ae7"] |
179 | 179 | },
|
180 | 180 | "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"
|
181 | 181 | }
|
|
192 | 192 | "id": "L9:S1",
|
193 | 193 | "setup": {
|
194 | 194 | "files": ["package.json"],
|
195 |
| - "commits": ["b4edb0c"] |
| 195 | + "commits": ["c4ff0f6"] |
196 | 196 | },
|
197 | 197 | "solution": {
|
198 | 198 | "files": ["package.json"],
|
199 |
| - "commits": ["8e169e1"] |
| 199 | + "commits": ["cc1f2a5"] |
200 | 200 | },
|
201 | 201 | "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"
|
202 | 202 | }
|
|
213 | 213 | "id": "L10:S1",
|
214 | 214 | "setup": {
|
215 | 215 | "files": ["package.json"],
|
216 |
| - "commits": ["67c5f7b"] |
| 216 | + "commits": ["fb75ecf"] |
217 | 217 | },
|
218 | 218 | "solution": {
|
219 | 219 | "files": ["package.json"],
|
220 |
| - "commits": ["601c5fe"] |
| 220 | + "commits": ["d0e1a22"] |
221 | 221 | },
|
222 | 222 | "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"
|
223 | 223 | }
|
|
234 | 234 | "id": "L11:S1`",
|
235 | 235 | "setup": {
|
236 | 236 | "files": ["package.json"],
|
237 |
| - "commits": ["4359bde"] |
| 237 | + "commits": ["da1e99e"] |
238 | 238 | },
|
239 | 239 | "solution": {
|
240 | 240 | "files": ["package.json"],
|
241 |
| - "commits": ["f8cfb51"] |
| 241 | + "commits": ["796b176"] |
242 | 242 | },
|
243 | 243 | "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"
|
244 | 244 | }
|
|
0 commit comments