-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
withStyle - Added
inner-loader-wrapper
for the possibility to add t…
…he loader to an internal area on page and not only over entire document, documented in README and added to bower.json dependencies
- Loading branch information
1 parent
1039916
commit a53c65d
Showing
3 changed files
with
54 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
{ | ||
"name": "withFront", | ||
"version": "v1.1.0", | ||
"version": "v1.2.0", | ||
"homepage": "https://github.com/arturmamedov/withFront", | ||
"authors": [ | ||
"Artur Mamedov <[email protected]>" | ||
], | ||
"description": "Tools for frontend development especially with Bootstrap and jQuery", | ||
"description": "Tools for frontend development especially with Bootstrap 3.x and jQuery 3.x", | ||
"main": "withstyle.css, withplugins.js", | ||
"keywords": [ | ||
"frontend", | ||
"css", | ||
"tools", | ||
"bootstrap", | ||
"jquery" | ||
"jquery", | ||
"loader", | ||
"widgets" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
|
@@ -21,5 +23,8 @@ | |
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
], | ||
"dependencies": { | ||
"SVG-Loaders": "latest" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters