Closed pepelsbey closed 3 years ago
Otherwise it gives warnings during installation:
$ npm i npm WARN intro No description npm WARN intro No repository field. npm WARN intro No license field.
You don’t need to have those fields for a private package. In fact, every package.json should be private unless it’s a package.
private
Otherwise it gives warnings during installation:
You don’t need to have those fields for a private package. In fact, every package.json should be
private
unless it’s a package.