Remove Animator.Watcher from the exposed list

This commit is contained in:
Matthew Griffith 2024-05-04 08:00:14 -04:00
parent 963d415161
commit 07a390de66

View File

@ -8,17 +8,17 @@
"Animator",
"Animator.Timeline",
"Animator.Value",
"Animator.Watcher",
"Animator.Transition"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
"elm/browser": "1.0.0 <= v < 2.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"mdgriffith/elm-bezier": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": { "elm-explorations/test": "2.2.0 <= v < 3.0.0" }
"test-dependencies": {
"elm-explorations/test": "2.2.0 <= v < 3.0.0"
}
}