mirror of
https://github.com/bendtherules/github-delete-unused-repos.git
synced 2026-08-18 13:52:59 +00:00
Add babel-runtime, support default browsers (Closes #1)
This commit is contained in:
+2
-1
@@ -1,10 +1,11 @@
|
||||
import 'babel-polyfill';
|
||||
import { Greeter } from './greeter';
|
||||
// tslint:disable-next-line:ordered-imports
|
||||
import { fetchUnusedForkedRepos, runMain } from './gh';
|
||||
export * from './greeter';
|
||||
|
||||
// tslint:disable-next-line:only-arrow-functions
|
||||
(function (currentWindow: Window) {
|
||||
(function(currentWindow: Window) {
|
||||
// execute when load index.js
|
||||
|
||||
// tslint:disable-next-line:no-console
|
||||
|
||||
Reference in New Issue
Block a user