From c9b44985ea0c088d2f5e59acf25abf6f836940a2 Mon Sep 17 00:00:00 2001 From: Valeriy Date: Fri, 26 Oct 2018 22:20:40 +0300 Subject: [PATCH] fix(curriculum): move meta.json (#29711) - [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md). - [x] My pull request has a descriptive title (not a vague title like `Update index.md`) - [x] My pull request targets the `master` branch of freeCodeCamp. - [x] None of my changes are plagiarized from another source without proper attribution. - [x] My article does not contain shortened URLs or affiliate links. If your pull request closes a GitHub issue, replace the XXXXX below with the issue number. Closes #XXXXX --- .../apis-and-microservices-projects/meta.json | 0 .../basic-node-and-express/meta.json | 0 .../managing-packages-with-npm/meta.json | 0 .../mongodb-and-mongoose/meta.json | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename curriculum/challenges/{english/05-apis-and-microservices => _meta}/apis-and-microservices-projects/meta.json (100%) rename curriculum/challenges/{english/05-apis-and-microservices => _meta}/basic-node-and-express/meta.json (100%) rename curriculum/challenges/{english/05-apis-and-microservices => _meta}/managing-packages-with-npm/meta.json (100%) rename curriculum/challenges/{english/05-apis-and-microservices => _meta}/mongodb-and-mongoose/meta.json (100%) diff --git a/curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/meta.json b/curriculum/challenges/_meta/apis-and-microservices-projects/meta.json similarity index 100% rename from curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/meta.json rename to curriculum/challenges/_meta/apis-and-microservices-projects/meta.json diff --git a/curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/meta.json b/curriculum/challenges/_meta/basic-node-and-express/meta.json similarity index 100% rename from curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/meta.json rename to curriculum/challenges/_meta/basic-node-and-express/meta.json diff --git a/curriculum/challenges/english/05-apis-and-microservices/managing-packages-with-npm/meta.json b/curriculum/challenges/_meta/managing-packages-with-npm/meta.json similarity index 100% rename from curriculum/challenges/english/05-apis-and-microservices/managing-packages-with-npm/meta.json rename to curriculum/challenges/_meta/managing-packages-with-npm/meta.json diff --git a/curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/meta.json b/curriculum/challenges/_meta/mongodb-and-mongoose/meta.json similarity index 100% rename from curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/meta.json rename to curriculum/challenges/_meta/mongodb-and-mongoose/meta.json