Rename runner2.ts to runner.ts

This commit is contained in:
vvakame
2013-11-19 02:42:42 +09:00
parent 371eaf5bea
commit fdf282571a
4 changed files with 1 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
tsc runner.ts --target ES5 --out runner.js --module commonjs
@@ -1 +0,0 @@
tsc runner2.ts --target ES5 --out runner2.js --module commonjs