Skip to content

Commit d04e8f9

Browse files
author
Joel Ericsson (bmc811)
committed
Change username, and related updates
1 parent 380e2e8 commit d04e8f9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2019 Joel Eriksson
3+
Copyright (c) 2017-2021 Joel Ericsson
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The script will add two classes; `animated` and the specified animation's name,
66

77
## Installing
88
```bash
9-
$ git clone https://github.com/joel-eriksson/animatecss-helper
9+
$ git clone https://github.com/theswedishdev/animatecss-helper
1010
```
1111

1212
## Usage
@@ -35,4 +35,4 @@ document.querySelectorAll(".demo").animateCss("tada").then(function(elements) {
3535
```
3636

3737
## License
38-
[MIT](LICENSE) © [Joel Eriksson](https://github.com/joel-eriksson)
38+
[MIT](LICENSE) © [Joel Ericsson](https://github.com/theswedishdev)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/joel-eriksson/animatecss-helper.git"
15+
"url": "git+https://github.com/theswedishdev/animatecss-helper.git"
1616
},
17-
"author": "Joel Eriksson <[email protected]>",
17+
"author": "Joel Ericsson <[email protected]>",
1818
"license": "MIT",
1919
"bugs": {
20-
"url": "https://github.com/joel-eriksson/animatecss-helper/issues"
20+
"url": "https://github.com/theswedishdev/animatecss-helper/issues"
2121
},
22-
"homepage": "https://github.com/joel-eriksson/animatecss-helper#readme"
22+
"homepage": "https://github.com/theswedishdev/animatecss-helper#readme"
2323
}

0 commit comments

Comments
 (0)