TekkenChicken / chicken-server

Backend for Tekken Chicken app
2 stars 2 forks source link

Added repository field to package.json to prevent warnings during npm… #5

Closed bdickason closed 7 years ago

bdickason commented 7 years ago

… install

This is completely minor but I'll try to spot warnings or errors if I see them and clear them up.

npm install throws the following warning from master branch: "npm WARN tekken-chicken-server@0.0.1 No repository field."

This is only a metadata change so it shouldn't affect anything but just to make sure, I removed node_modules and re-ran npm install which installs packages successfully with no warning.