Fix package.json main ref and append
Package.json was referencing dist/tribute.js
for main
when it should be using src/index.js
. This release also remove active state requirement for append
and the need for a current element reference.
Package.json was referencing dist/tribute.js
for main
when it should be using src/index.js
. This release also remove active state requirement for append
and the need for a current element reference.