diff --git a/package.json b/package.json index 7485643..b3a2647 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "echo \"Error: no test specified\" && exit 1", "start:fileNames": "node fileNames/index.js", "start:titleBoundary": "node titleBoundary/index.js", - "start:findAndReplacePassportValue": "node findAndReplacePassportValue/index.js", + "start:passportValue": "node passportValue/index.js", "precommit": "prettier --write **/*.js && git add ." }, "keywords": [], diff --git a/findAndReplacePassportValue/helpers.js b/passportValue/helpers.js similarity index 100% rename from findAndReplacePassportValue/helpers.js rename to passportValue/helpers.js diff --git a/findAndReplacePassportValue/index.js b/passportValue/index.js similarity index 100% rename from findAndReplacePassportValue/index.js rename to passportValue/index.js diff --git a/findAndReplacePassportValue/prompts.js b/passportValue/prompts.js similarity index 100% rename from findAndReplacePassportValue/prompts.js rename to passportValue/prompts.js