Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit d2e87b9

Browse files
committed
added node_modules to .gitignore, renamed start command, open browser when sample is started
1 parent b2af768 commit d2e87b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

angular2/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
todo.js
1+
todo.js
2+
node_modules

angular2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"typescript": "mhegazy/typescript#v1.5-beta2"
1414
},
1515
"scripts": {
16-
"start": "node node_modules/typescript/bin/tsc.js && node node_modules/http-server/bin/http-server"
16+
"browser": "node node_modules/typescript/bin/tsc.js && node node_modules/http-server/bin/http-server -o"
1717
}
1818
}

0 commit comments

Comments
 (0)