You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: move umd bundle up and out of the dist directory
BREAKING CHANGE:
The umd path for system.js users has changed from:
```
node_modules/angular-calendar/dist/umd/angular-calendar.js
```
to
```
node_modules/angular-calendar/umd/angular-calendar.js
```
0 commit comments