Skip to content
This repository was archived by the owner on Feb 18, 2020. It is now read-only.

Commit ca40b0d

Browse files
committed
Merge pull request #9 from Simperfit/hotfix/componentsts-to-js
hotfix: change components.ts to .js and modify the value
2 parents 4bddaee + ce090f7 commit ca40b0d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './lib/HmAdminComponent';
1+
export * from './dist/hm-admin/hm-admin.component';

components.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exports.HmAdminComponent = require('./dist/hm-admin/hm-admin.component').HmAdminComponent;

components.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)