I am on the challenge: https://www.freecodecamp.org/learn/back-end-development-and-apis/managing-packages-with-npm/use-the-caret-character-to-use-the-latest-minor-version-of-a-dependency
When I submit the following link: https://boilerplate-npm.michael_nicol.repl.co
It doesn’t detect any of my code. It’s been like this since the first challenge.
// running tests
"dependencies" should include "moment"
"moment" version should match "^2.x.x"
// tests completed
Here is the JSON file: boilerplate-npm - Replit