Skip to content

Commit

Permalink
Merge branch 'release/1.1.1'
Browse files Browse the repository at this point in the history
Conflicts:
	bower.json
	package.json
  • Loading branch information
john-pennington committed Sep 2, 2015
2 parents 5a9c0dd + eba1fa2 commit 219502b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CareerPortal",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {
"angular": "~1.4.3",
"angular-animate": "~1.4.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CareerPortal",
"version": "1.1.0",
"version": "1.1.1",
"devDependencies": {
"babel-core": "~5.8.21",
"babel-loader": "~5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/app/index.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ deferredBootstrapper.bootstrap({
resolve: {
configuration: function ($http) {
'ngInject';
return $http.get('/app.json');
return $http.get('./app.json');
}
}
});

0 comments on commit 219502b

Please sign in to comment.