mirror of
https://github.com/bendtherules/github-delete-unused-repos.git
synced 2026-08-19 00:32:09 +00:00
Move core logic to core/ inner folder and import changes
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import 'babel-polyfill';
|
||||
// tslint:disable-next-line:ordered-imports
|
||||
import { runMain } from './gh';
|
||||
import { runMain } from './core/gh';
|
||||
|
||||
// tslint:disable-next-line:only-arrow-functions
|
||||
(function(currentWindow: Window) {
|
||||
|
||||
Reference in New Issue
Block a user