|
9 | 9 | "command": "npm run programmatic-test", |
10 | 10 | "path": "coderoad", |
11 | 11 | "actions": { |
12 | | - "commits": ["55a9b6d", "89bdaa5"], |
| 12 | + "commits": ["55a9b6d", "34f028e"], |
13 | 13 | "commands": ["npm install"] |
14 | 14 | } |
15 | 15 | }, |
|
42 | 42 | "id": "bCzlTigHAL", |
43 | 43 | "setup": { |
44 | 44 | "files": ["package.json"], |
45 | | - "commits": ["886d5b6"], |
| 45 | + "commits": ["c3b4350"], |
46 | 46 | "commands": ["npm install"] |
47 | 47 | }, |
48 | 48 | "solution": { |
49 | 49 | "files": ["package.json"], |
50 | | - "commits": ["bb42c6f"] |
| 50 | + "commits": ["02cd4f2"] |
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": "qtyop7mIYu", |
65 | 65 | "setup": { |
66 | 66 | "files": ["package.json"], |
67 | | - "commits": ["fe0ebbe"] |
| 67 | + "commits": ["1917199"] |
68 | 68 | }, |
69 | 69 | "solution": { |
70 | 70 | "files": ["package.json"], |
71 | | - "commits": ["713bc2b"] |
| 71 | + "commits": ["e8b3d85"] |
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": "-dUCTOVbdo", |
86 | 86 | "setup": { |
87 | 87 | "files": ["package.json"], |
88 | | - "commits": ["33dfae3"] |
| 88 | + "commits": ["2ba75f8"] |
89 | 89 | }, |
90 | 90 | "solution": { |
91 | 91 | "files": ["package.json"], |
92 | | - "commits": ["e09726e"] |
| 92 | + "commits": ["63cd193"] |
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": "3DsFYGvBuc", |
107 | 107 | "setup": { |
108 | 108 | "files": ["package.json"], |
109 | | - "commits": ["391fa87"] |
| 109 | + "commits": ["acd63ba"] |
110 | 110 | }, |
111 | 111 | "solution": { |
112 | 112 | "files": ["package.json"], |
113 | | - "commits": ["67de325"] |
| 113 | + "commits": ["a64411c"] |
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": "B07NvoYTwI", |
128 | 128 | "setup": { |
129 | 129 | "files": ["package.json"], |
130 | | - "commits": ["cf615ba"] |
| 130 | + "commits": ["580d786"] |
131 | 131 | }, |
132 | 132 | "solution": { |
133 | 133 | "files": ["package.json"], |
134 | | - "commits": ["b3cd2f7"] |
| 134 | + "commits": ["a92903d"] |
135 | 135 | }, |
136 | 136 | "content": "Add a `version` to the package.json file of your project.\n\n" |
137 | 137 | } |
|
148 | 148 | "id": "9VFvL2uElS", |
149 | 149 | "setup": { |
150 | 150 | "files": ["package.json"], |
151 | | - "commits": ["bd92935"], |
| 151 | + "commits": ["eafc39a"], |
152 | 152 | "watchers": ["package.json", "node_modules/moment"] |
153 | 153 | }, |
154 | 154 | "solution": { |
155 | 155 | "files": ["package.json"], |
156 | | - "commits": ["3bd10c2"] |
| 156 | + "commits": ["50da157"] |
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": "p_BHY4SsgA", |
171 | 171 | "setup": { |
172 | 172 | "files": ["package.json"], |
173 | | - "commits": ["98a8637"], |
| 173 | + "commits": ["e658c66"], |
174 | 174 | "watchers": ["package.json", "node_modules/moment"] |
175 | 175 | }, |
176 | 176 | "solution": { |
177 | 177 | "files": ["package.json"], |
178 | | - "commits": ["5222dda"] |
| 178 | + "commits": ["f10433e"] |
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": "BISIX4-iz4d", |
193 | 193 | "setup": { |
194 | 194 | "files": ["package.json"], |
195 | | - "commits": ["01db156"] |
| 195 | + "commits": ["b4edb0c"] |
196 | 196 | }, |
197 | 197 | "solution": { |
198 | 198 | "files": ["package.json"], |
199 | | - "commits": ["57e4d75"] |
| 199 | + "commits": ["8e169e1"] |
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": "X7yBkeKqF6_", |
214 | 214 | "setup": { |
215 | 215 | "files": ["package.json"], |
216 | | - "commits": ["c6f9525"] |
| 216 | + "commits": ["67c5f7b"] |
217 | 217 | }, |
218 | 218 | "solution": { |
219 | 219 | "files": ["package.json"], |
220 | | - "commits": ["f9447cd"] |
| 220 | + "commits": ["601c5fe"] |
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": "_BvPBHOIDjP", |
235 | 235 | "setup": { |
236 | 236 | "files": ["package.json"], |
237 | | - "commits": ["e090655"] |
| 237 | + "commits": ["4359bde"] |
238 | 238 | }, |
239 | 239 | "solution": { |
240 | 240 | "files": ["package.json"], |
241 | | - "commits": ["2e81321"] |
| 241 | + "commits": ["f8cfb51"] |
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