Skip to content

Commit

Permalink
Merge pull request #14 from apache-superset/kristw--publishconf
Browse files Browse the repository at this point in the history
 update package.json to include publishConfig
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 17, 2021
1 parent a6088a4 commit d86d214
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ applications that leverage a Superset backend :chart_with_upwards_trend:

## Packages

[@superset-ui/core](https://github.com/apache-superset/superset-ui/tree/master/packages/superset-ui-core)
- [@superset-ui/core](https://github.com/apache-superset/superset-ui/tree/master/packages/superset-ui-core)
[![Version](https://img.shields.io/npm/v/@superset-ui/core.svg?style=flat)](https://img.shields.io/npm/v/@superset-ui/core.svg?style=flat)
- [@superset-ui/translation](https://github.com/apache-superset/superset-ui/tree/master/packages/superset-ui-translation)
[![Version](https://img.shields.io/npm/v/@superset-ui/translation.svg?style=flat)](https://img.shields.io/npm/v/@superset-ui/translation.svg?style=flat)

#### Coming :soon:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,8 @@
"prefer-promise-reject-errors": "off"
}
}
},
"publishConfig": {
"access": "public"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@
},
"prettier"
]
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit d86d214

Please sign in to comment.