-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
freeze bower component versions and remove debowerify from grunt process
- Loading branch information
1 parent
58a35e2
commit a160b2d
Showing
3 changed files
with
13 additions
and
13 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
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 |
---|---|---|
|
@@ -4,18 +4,18 @@ | |
"Ben Rothman <[email protected]>" | ||
], | ||
"dependencies": { | ||
"jquery": "1.9.1", | ||
"bootstrap": "3.x", | ||
"stayInWebApp": "mrmoses/jQuery.stayInWebApp", | ||
"datatables": "*", | ||
"highcharts": "3.0.5", | ||
"typeahead.js": "0.9.x", | ||
"add-to-homescreen": "2.0.11", | ||
"bootstrap": "3.0.3", | ||
"bootstrap-multiselect": "0.9.1", | ||
"datatables": "1.9.4", | ||
"font-awesome": "4.2.0", | ||
"highcharts": "3.0.10", | ||
"hogan": "3.0.0", | ||
"jquery": "1.9.1", | ||
"moment": "2.7.0", | ||
"nprogress": "0.1.2", | ||
"moment": "*", | ||
"bootstrap-multiselect": "*", | ||
"add-to-homescreen": "2.0.11", | ||
"font-awesome": "4.x" | ||
"stayInWebApp": "mrmoses/jQuery.stayInWebApp", | ||
"typeahead.js": "0.9.3" | ||
}, | ||
"devDependencies": { | ||
"qunit": "*", | ||
|