Skip to content

Commit

Permalink
fix: add husky and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvl01 committed Oct 27, 2021
1 parent b3ab7ca commit fec432a
Show file tree
Hide file tree
Showing 8 changed files with 166 additions and 482 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at opensource@kissmybutton.gr. All
reported by contacting the project team at opensource@donkeyclip.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2018 KissMyButton PC (kissmybutton.gr) <opensource@kissmybutton.gr>
Copyright 2021 Donkeyclip (donkeyclip.com) <opensource@donkeyclip.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,5 @@ https://donkeyclip.github.io/motorcortex-scroller/demo/
## License
[MIT License](https://opensource.org/licenses/MIT)

[<img src="https://presskit.donkeyclip.com/logos/donkey%20clip%20logo.svg" width=250></img>](https://donkeyclip.com)



[![Kiss My Button](https://presskit.kissmybutton.gr/logos/kissmybutton-logo-small.png)](https://kissmybutton.gr)
4 changes: 2 additions & 2 deletions demo/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import MC from "@kissmybutton/motorcortex";
import MCFlubber from "@kissmybutton/motorcortex-flubber";
import MC from "@donkeyclip/motorcortex";
import MCFlubber from "@donkeyclip/motorcortex-flubber";
import Player from "../dist/motorcortex-scroller.esm.js";
const FlubberPlugin = MC.loadPlugin(MCFlubber);

Expand Down
Loading

0 comments on commit fec432a

Please sign in to comment.