Closed justindhillon closed 3 months ago
I added "private": true to package.json. This prevents someone from accidentally publishing the website to the npm repositories. This is standard practice for websites that use npm.
"private": true
Documentation: https://docs.npmjs.com/cli/v10/configuring-npm/package-json#private
I added
"private": true
to package.json. This prevents someone from accidentally publishing the website to the npm repositories. This is standard practice for websites that use npm.Documentation: https://docs.npmjs.com/cli/v10/configuring-npm/package-json#private