-
Notifications
You must be signed in to change notification settings - Fork 498
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Florian Kissling
committed
Aug 31, 2016
1 parent
6a62caf
commit 5cbe8dc
Showing
25 changed files
with
2,032 additions
and
1,486 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ bower_components | |
node_modules | ||
.sass-cache | ||
.grunt | ||
.idea | ||
tmp |
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
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 |
---|---|---|
|
@@ -9,10 +9,18 @@ | |
"node_modules", | ||
"components" | ||
], | ||
"dependencies": { | ||
"bootstrap": "^3.3.4", | ||
"select2": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"bootstrap": "^3.3.6", | ||
"bootstrap-sass": "bootstrap-sass-official#^3.3.6", | ||
"bootstrap": "^3.3.7", | ||
"bootstrap-sass": "^3.3.7", | ||
"respond": "^1.4.2", | ||
"anchor-js": "^3.1.1" | ||
"anchor-js": "^3.2.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:select2/select2-bootstrap-theme.git" | ||
} | ||
} |
Oops, something went wrong.