mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
feat: add gsap to deps
This commit is contained in:
@@ -5,4 +5,5 @@
|
||||
{{- partial "plugin/style.html" $style -}}
|
||||
|
||||
{{ $script := resources.Get "ts/main.ts" | js.Build }}
|
||||
<script type="text/javascript" src="{{ $script.RelPermalink }}" defer></script>
|
||||
<script type="text/javascript" src="{{ $script.RelPermalink }}" defer></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/gsap@3.12/dist/gsap.min.js"></script>
|
||||
|
||||
@@ -38,5 +38,8 @@
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"prettier": "3.0.1",
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"gsap": "^3.12.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user