|
68 | 68 | "46794cae9d036c50b673b47363e9429ae331eaf6" |
69 | 69 | ] |
70 | 70 | }, |
71 | | -"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 (,)." |
| 71 | +"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 (,).", |
| 72 | +"hints": [ |
| 73 | +"Edit the file `package.json`", |
| 74 | +"Add a property of\"author\" to the object" |
| 75 | + ] |
72 | 76 | } |
73 | 77 | ] |
74 | 78 | }, |
|
96 | 100 | "ee7a7af1c92693d239528832f2a69859371a147a" |
97 | 101 | ] |
98 | 102 | }, |
99 | | -"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." |
| 103 | +"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.", |
| 104 | +"hints": [ |
| 105 | +"Edit the file `package.json`", |
| 106 | +"Add a property of\"description\" to the object" |
| 107 | + ] |
100 | 108 | } |
101 | 109 | ] |
102 | 110 | }, |
|
124 | 132 | "b0d6dc4a4dd6b510fcd0b9d803e301049ee574d3" |
125 | 133 | ] |
126 | 134 | }, |
127 | | -"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\"." |
| 135 | +"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\".", |
| 136 | +"hints": [ |
| 137 | +"Edit the file `package.json`", |
| 138 | +"\"keywords\" should be an array including the string\"freecodecamp\"" |
| 139 | + ] |
128 | 140 | } |
129 | 141 | ] |
130 | 142 | }, |
|