Skip to content

Commit

Permalink
Make audible a default export
Browse files Browse the repository at this point in the history
  • Loading branch information
chrsi committed Oct 20, 2019
1 parent 60cfddf commit 8adf968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@csiber/audible",
"version": "0.1.2",
"version": "0.1.3",
"description": "make you app ready for staged deployments",
"main": "dist/audible.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import audible from './audible';
import audible, { CONFIGURATION_PROVIDER } from './audible';

export { audible };
export { CONFIGURATION_PROVIDER };
export default audible;

0 comments on commit 8adf968

Please sign in to comment.