Add publishConfig to package.json so that packages are published as public under the @0xproject namespace

This commit is contained in:
Fabio Berger
2018-03-06 20:14:55 +01:00
parent 5b2d9a4668
commit 01e505a5f4
2 changed files with 6 additions and 0 deletions

View File

@@ -33,5 +33,8 @@
"react-dom": "15.6.1",
"lodash": "^4.17.4",
"react-tap-event-plugin": "^2.0.1"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -33,5 +33,8 @@
"react-scroll": "^1.5.2",
"react-tap-event-plugin": "^2.0.1",
"react-highlight": "0xproject/react-highlight"
},
"publishConfig": {
"access": "public"
}
}