Skip to content

Commit

Permalink
everything went to crap so this fixes it partially
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenwade committed Jan 26, 2018
1 parent 83b5371 commit dad5b47
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"../node_modules/jquery/dist/jquery.js",
"../node_modules/popper.js/dist/umd/popper.js",
"../node_modules/bootstrap/dist/js/bootstrap.js",
"../node_modules/auth0-js/build/auth0.js"
"../node_modules/auth0-js/src/index.js"
],
"environmentSource": "environments/environment.ts",
"environments": {
Expand Down
79 changes: 40 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,47 +12,48 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^5.0.0",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-beta.5",
"angular-font-awesome": "^2.3.7",
"angular2-jwt": "^0.2.3",
"auth0-js": "^8.11.3",
"bootstrap": "^4.0.0-beta.2",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"ngx-toastr": "^6.5.0",
"popper.js": "^1.12.6",
"rxjs": "^5.5.2",
"zone.js": "^0.8.14"
"@angular/animations": "5.0.0",
"@angular/common": "5.0.0",
"@angular/compiler": "5.0.0",
"@angular/core": "5.0.0",
"@angular/forms": "5.0.0",
"@angular/http": "5.0.0",
"@angular/platform-browser": "5.0.0",
"@angular/platform-browser-dynamic": "5.0.0",
"@angular/router": "5.0.0",
"@ng-bootstrap/ng-bootstrap": "1.0.0-beta.5",
"angular-font-awesome": "2.3.7",
"angular2-jwt": "0.2.3",
"auth0-js": "8.11.3",
"bootstrap": "4.0.0-beta.2",
"core-js": "2.4.1",
"font-awesome": "4.7.0",
"jquery": "3.2.1",
"ngx-toastr": "6.5.0",
"popper.js": "1.12.6",
"rxjs": "5.5.2",
"zone.js": "0.8.14"
},
"devDependencies": {
"@angular-devkit/core": "0.0.29",
"@angular/cli": "1.5.0",
"@angular/compiler-cli": "^5.0.0",
"@angular/language-service": "^5.0.0",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "~3.2.0",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.2",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "~2.4.2"
"@angular/compiler-cli": "5.0.0",
"@angular/language-service": "5.0.0",
"@types/jasmine": "2.5.53",
"@types/jasminewd2": "2.0.2",
"@types/node": "6.0.60",
"codelyzer": "3.2.0",
"jasmine-core": "2.6.2",
"jasmine-spec-reporter": "4.1.0",
"karma": "1.7.0",
"karma-chrome-launcher": "2.1.1",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "1.2.1",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "0.2.2",
"protractor": "5.1.2",
"ts-node": "3.2.0",
"tslint": "5.7.0",
"typescript": "2.4.2"
}
}
4 changes: 2 additions & 2 deletions src/assets/app.constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const appConstants = {
appName:'haydentylocal',
//crudApi: 'http://localhost:3002/api/'
crudApi:'http://haydenty.com/api/'
crudApi: 'http://localhost:3001/api/'
//crudApi:'http://haydenty.com/api/'
};
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<meta name="twitter:title" content="Hayden Ty - Software Developer" />
<meta name="twitter:description" content="I am a software developer, born and raised in Wisconsin and have now fled to the land of 10,000 Lakes, city with the most fortune 500 companies per capita, Minneapolis." />
<meta name="twitter:image" content="assets/haydentytwitterimg.jpg" />
<base href="https://haydenty.github.io/hayden-ty/">
<!-- <base href="https://haydenty.github.io/hayden-ty/"> -->
<base href="/">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script src="assets/app.constants.js"></script>
</head>
Expand Down

0 comments on commit dad5b47

Please sign in to comment.