Skip to content

Commit a050f13

Browse files
committed
(#15) update index and package folder
1 parent 78740df commit a050f13

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "angular2-webpack-starter",
2+
"name": "angular2.0-App",
33
"version": "0.0.0",
4-
"description": "An Angular 2 Webpack Starter kit featuring Angular 2 (Router, Http, Forms, Services, Tests, E2E), Karma, Protractor, Jasmine, TypeScript, and Webpack by AngularClass",
4+
"description": "An Angular 2.0 sample app using Webpack",
55
"main": "",
66
"scripts": {
77
"build": "npm run build:dev && npm run build:prod",
@@ -27,16 +27,10 @@
2727
"prestart": "npm install",
2828
"start": "npm run server"
2929
},
30-
"repository": {
31-
"type": "git",
32-
"url": "https://github.com/angular-class/angular2-webpack-starter.git"
33-
},
34-
"author": "gdi2290 <github@gdi2290.com>",
3530
"license": "MIT",
3631
"bugs": {
37-
"url": "https://github.com/angular-class/angular2-webpack-starter/issues"
32+
"url": "https://github.com/1337programming/angular2.0-App/issues"
3833
},
39-
"homepage": "https://github.com/angular-class/angular2-webpack-starter",
4034
"dependencies": {
4135
"angular2": "2.0.0-alpha.34",
4236
"reflect-metadata": "^0.1.0",

src/public/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<!DOCTYPE html>
22
<html lang="">
33
<head>
4-
<title>Angular2 Webpack Starter by @gdi2990 from @AngularClass</title>
4+
<title>Angular 2.0 App</title>
55

66
<meta charset="utf-8">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta name="description" content="">
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<meta http-equiv="X-UA-Compatible" content="IE=edge">
11-
<meta name="description" content="Angular2 Webpack Starter by @gdi2990 from @AngularClass">
1211
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
1312

1413
<base href="/">
@@ -38,7 +37,6 @@
3837
<!-- Angular2 files -->
3938
<script src="/__build__/angular2.js"></script>
4039
<!-- App script -->
41-
<script src="/__build__/app-simple.js"></script>
42-
<!-- TODO: replace /app-simple.js with /app.js -->
40+
<script src="/__build__/app.js"></script>
4341
</body>
4442
</html>

0 commit comments

Comments
 (0)