Skip to content

Commit

Permalink
Change name to h82-games
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetty82 committed Apr 8, 2018
1 parent 017dc91 commit 617cbfd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# NgGames
# h82 - Games

Games made with Angular by hetty82.\
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.

## Development server
Expand All @@ -16,7 +17,7 @@ Run `ng build` to build the project. The build artifacts will be stored in the `

## Running unit tests

Run `npm run test` to execute the unit tests via [Jest](https://facebook.github.io/jest/).
Run `npm run test` to execute the unit tests via [Jest](https://facebook.github.io/jest/).\
Run `npm run test:watch` to run and watch the unit tests.

## Running end-to-end tests
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ng-games",
"name": "h82-games",
"version": "0.0.0",
"license": "MIT",
"scripts": {
Expand Down
21 changes: 11 additions & 10 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NgGames</title>
<base href="/">
<head>
<meta charset="utf-8">
<title>h82 - Games</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>

<body>
<app-root></app-root>
</body>
</html>

0 comments on commit 617cbfd

Please sign in to comment.