Skip to content

Commit

Permalink
chore: add global name for animate
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityataparia committed Jul 4, 2019
1 parent 9db41ba commit 8f47a0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Add git user email and name and Update files
command: |
git config --global user.email "aadityataparia@gmail.com" || exit 0
git config --global user.name "Aaditya Taparia"
git config --global user.name "Aaditya Taparia" || exit 0
./scripts/distribute
- run:
name: Run tests
Expand Down
3 changes: 2 additions & 1 deletion rollup.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const external = ['@sifrr/dom', '@sifrr/fetch', '@sifrr/storage'];
const globals = {
'@sifrr/dom': 'Sifrr.Dom',
'@sifrr/fetch': 'Sifrr.Fetch',
'@sifrr/storage': 'Sifrr.Storage'
'@sifrr/storage': 'Sifrr.Storage',
'@sifrr/animate': 'Sifrr.animate'
};
const footer = '/*! (c) @aadityataparia */';

Expand Down

0 comments on commit 8f47a0e

Please sign in to comment.