Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit dd26d49

Browse files
feat(core): Add UMD bundle adapter for @uirouter/core
1 parent a26ed81 commit dd26d49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/legacy/core-adapter.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
var core = require('angular-ui-router');
2+
module.exports = core;

0 commit comments

Comments
 (0)