Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
fix rollup export interface @see rollup/rollup-plugin-typescript#28
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdurand committed Jul 19, 2018
1 parent ed853dc commit fac89fc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 27 deletions.
43 changes: 17 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@
"instrument": true
}
}

1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import "./channel/media.notifier";

export {EnumError} from "./type/enum.error";
export {EnumMediaStatus} from "./type/enum.media.status";
Expand Down

0 comments on commit fac89fc

Please sign in to comment.