Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 29ce596

Browse files
author
george
committed
[Version 5.0.0] Various updates.
- Utlity plugin is now more functional. No longer gets extended to components at the prototype level. Will provide more flexibility with enabling arrow-trapping on accordions in future versions. - Updates docs to reflect utility changes.
1 parent 92f1cd0 commit 29ce596

12 files changed

+118
-178
lines changed

app/docs/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The quickest way to use Undernet is to link the bundled js and minified css usin
1717
<script
1818
type="text/javascript"
1919
src="https://cdn.jsdelivr.net/npm/undernet@4.5.1/dist/undernet.bundle.min.js"
20-
integrity="sha256-cbIE9XCnrxryabwtg3wflr5BwZJd6EZ5ISVFgL+aVvM="
20+
integrity="sha256-Q4Rl87K67J8ZyOdMXU2D3P2HdyvpQcSAjIPsu6OgFGI="
2121
crossorigin="anonymous"
2222
></script>
2323
<script type="text/javascript">

bin/banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ const banner = `/*!
88
* Copyright 2017-${year} ${pkg.author}
99
*/`
1010

11-
export default banner
11+
module.exports = banner

0 commit comments

Comments
 (0)