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

Commit 478bb67

Browse files
committed
added node_modules to .gitignore, rename run command, open browser when
sample is started
1 parent 8fd968d commit 478bb67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

systemjs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

systemjs/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/http-server/bin/http-server"
16+
"browser": "node node_modules/http-server/bin/http-server -o"
1717
}
1818
}

0 commit comments

Comments
 (0)