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

Commit

Permalink
fix var export, bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Oct 21, 2015
1 parent d0a47ff commit e7b3cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion loadCSS.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Licensed MIT
};
// commonjs
if( module ){
module.exports = loadCSS;
module.exports = w.loadCSS;
}
}(this));

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fg-loadcss",
"version": "0.2.0",
"version": "0.2.1",
"description": "A function for loading CSS asynchronously",
"main": "loadCSS.js",
"repository": {
Expand Down

0 comments on commit e7b3cf2

Please sign in to comment.