Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
solr-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bb690aa4
authored
2017-01-12 15:26:33 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Switch from http to https.
1 parent
f05e28f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
bower.json
package.json
bower.json
View file @
bb690aa
...
...
@@ -16,7 +16,7 @@
"dependencies"
:
{
"jquery"
:
""
,
"backbone"
:
""
,
"backbone-nested-models"
:
"http://gitlab.brainfood.com/brainfood/backbone-nested-models.git"
,
"backbone-nested-models"
:
"http
s
://gitlab.brainfood.com/brainfood/backbone-nested-models.git"
,
"underscore"
:
""
,
"requirejs"
:
"~2.1.17"
}
...
...
package.json
View file @
bb690aa
...
...
@@ -15,7 +15,7 @@
"grunt-template-jasmine-istanbul"
:
"~0"
,
"grunt-template-jasmine-requirejs"
:
"~0"
,
"grunt"
:
"~0"
,
"grunt-monty-python"
:
"git+
ssh://git@
gitlab.brainfood.com:brainfood/grunt-monty-python.git"
"grunt-monty-python"
:
"git+
https://
gitlab.brainfood.com:brainfood/grunt-monty-python.git"
},
"engines"
:
{
"node"
:
">=0.8.0"
...
...
Please
register
or
sign in
to post a comment