Remove public property from package.json file

As per the package.json documentation [1] setting `"private": true` in the
package.json file is enough for npm to refuse to publish it. The docs don't
specify that a `public` key is respected.

  [1]:https://docs.npmjs.com/files/package.json#private
feature/default_network_editable
Whymarrh Whitby 6 years ago
parent 41f89ac7ed
commit dc007178e3
  1. 1
      package.json

@ -1,7 +1,6 @@
{
"name": "metamask-crx",
"version": "0.0.0",
"public": false,
"private": true,
"scripts": {
"start": "gulp dev:extension",

Loading…
Cancel
Save