Skip to content

Fatina v3.0.5 - Maintenance

Compare
Choose a tag to compare
@kefniark kefniark released this 12 Jan 12:31

Description

  • update dev dependencies
  • modified the typescript declaration output, now exported with unprocessed js code in /build/code (untracked folder)
    • makes it easier to reuse from other webpack project
    • can change the path of interface declarations file by a shorter and simpler import
import Fatina, { ITween, ISequence } from 'fatina'
  • UMD output unmodified