@zodash/load-css
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.4](https://github.com/zcorky/zodash/compare/@zodash/load-css@0.0.3...@zodash/load-css@0.0.4) (2021-03-23) | ||
**Note:** Version bump only for package @zodash/load-css | ||
## [0.0.3](https://github.com/zcorky/zodash/compare/@zodash/load-css@0.0.2...@zodash/load-css@0.0.3) (2021-03-12) | ||
@@ -8,0 +16,0 @@ |
@@ -58,4 +58,4 @@ "use strict"; | ||
return fetch(path) | ||
.then(res => res.text()) | ||
.then(styleText => { | ||
.then((res) => res.text()) | ||
.then((styleText) => { | ||
const style = document.createElement('style'); | ||
@@ -62,0 +62,0 @@ style.innerText = styleText; |
{ | ||
"name": "@zodash/load-css", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Dynamic load css file", | ||
@@ -69,3 +69,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "f1756b8ed6cda52a0f4b6c7b8aab710623023371" | ||
"gitHead": "36ae103b292f402d459b7c9eb6e63fe6ea93eb2b" | ||
} |
Sorry, the diff of this file is not supported yet
7730
7