Skip to content

Commit

Permalink
fix: testing semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
vltansky committed Oct 19, 2020
1 parent 9bab85d commit 7b4679d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const _perfomancePolyfill = () =>{
// based on https://gist.github.com/paulirish/5438650 copyright Paul Irish 2015
// based on https://gist.github.com/paulirish/5438650 copyright Paul Irish 2015.
if ("performance" in window === false) {
(window.performance as any) = {};
}
Expand Down

0 comments on commit 7b4679d

Please sign in to comment.