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

Commit

Permalink
Adds bower to fix #34, bumps version to 0.1.5 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Feb 26, 2015
1 parent e42b4a7 commit b3a9ccb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "loadcss",
"version": "0.1.5",
"main": [
"loadCSS.js"
],
"ignore": [
"**/.*"
]
}
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.1.4",
"version": "0.1.5",
"description": "A function for loading CSS asynchronously",
"main": "loadCSS.js",
"scripts": {
Expand Down

0 comments on commit b3a9ccb

Please sign in to comment.