1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

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
This commit is contained in:
Whymarrh Whitby 2019-02-20 10:19:53 -03:30
parent 41f89ac7ed
commit dc007178e3

View File

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