Skip to content

Commit

Permalink
Code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealKiller97 committed Aug 30, 2019
1 parent d314164 commit 4748a1c
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 387 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# VideoGamer [![Build Status](https://travis-ci.com/CerealKiller97/NG-VideoGamer.svg?branch=master)](https://travis-ci.com/CerealKiller97/NG-VideoGamer)
# VideoGamer

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.3.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"start": "serve dist/ --single",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down Expand Up @@ -44,6 +44,7 @@
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"protractor": "~5.4.0",
"serve": "^11.1.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.4.3"
Expand Down
Loading

0 comments on commit 4748a1c

Please sign in to comment.