Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit e7b3cf2

Browse files
committed
fix var export, bump to 0.2.1
1 parent d0a47ff commit e7b3cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

loadCSS.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Licensed MIT
5656
};
5757
// commonjs
5858
if( module ){
59-
module.exports = loadCSS;
59+
module.exports = w.loadCSS;
6060
}
6161
}(this));
6262

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fg-loadcss",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A function for loading CSS asynchronously",
55
"main": "loadCSS.js",
66
"repository": {

0 commit comments

Comments
 (0)