Files
freeCodeCamp/curriculum/challenges/_meta/managing-packages-with-npm/meta.json
Oliver Eyton-Williams 1642c631de refactor: drop superorder from metas (#44422)
* refactor: create superOrder from superblock

* chore: drop superOrders from meta

* fix: return null for 'certifications'

* fix: only set superOrder if it is needed

* fix(tests): remove filter from order tests

* test: use getSuperOrder, since superOrder has gone

* test: ignore certificates

* fix: getSuperOrder throw for 'certifications'

* test: remove certificate special case

It wasn't necessary, anyway (it had never been working because I put
certificate not certification)

Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
2021-12-14 08:16:23 -08:00

51 lines
1.3 KiB
JSON

{
"name": "Managing Packages with npm",
"isUpcomingChange": false,
"dashedName": "managing-packages-with-npm",
"order": 0,
"time": "5 hours",
"superBlock": "back-end-development-and-apis",
"challengeOrder": [
[
"587d7fb3367417b2b2512bfb",
"How to Use package.json, the Core of Any Node.js Project or npm Package"
],
[
"587d7fb3367417b2b2512bfc",
"Add a Description to Your package.json"
],
[
"587d7fb4367417b2b2512bfd",
"Add Keywords to Your package.json"
],
[
"587d7fb4367417b2b2512bfe",
"Add a License to Your package.json"
],
[
"587d7fb4367417b2b2512bff",
"Add a Version to Your package.json"
],
[
"587d7fb4367417b2b2512c00",
"Expand Your Project with External Packages from npm"
],
[
"587d7fb5367417b2b2512c01",
"Manage npm Dependencies By Understanding Semantic Versioning"
],
[
"587d7fb5367417b2b2512c02",
"Use the Tilde-Character to Always Use the Latest Patch Version of a Dependency"
],
[
"587d7fb5367417b2b2512c03",
"Use the Caret-Character to Use the Latest Minor Version of a Dependency"
],
[
"587d7fb5367417b2b2512c04",
"Remove a Package from Your Dependencies"
]
]
}