Add publishConfig to package.json so that packages are published as public under the @0xproject namespace
This commit is contained in:
@@ -33,5 +33,8 @@
|
||||
"react-dom": "15.6.1",
|
||||
"lodash": "^4.17.4",
|
||||
"react-tap-event-plugin": "^2.0.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,5 +33,8 @@
|
||||
"react-scroll": "^1.5.2",
|
||||
"react-tap-event-plugin": "^2.0.1",
|
||||
"react-highlight": "0xproject/react-highlight"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user