Skip to content

Commit

Permalink
Revert "Create new type definition for 'is-url' (#4013)"
Browse files Browse the repository at this point in the history
This reverts commit 014b58c.
  • Loading branch information
acid-chicken committed Feb 3, 2019
1 parent 206b57b commit c4f7491
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@types/gulp-util": "3.0.34",
"@types/is-root": "1.0.0",
"@types/is-svg": "3.0.0",
"@types/is-url": "1.2.28",
"@types/js-yaml": "3.12.0",
"@types/jsdom": "12.2.1",
"@types/katex": "0.5.0",
Expand Down
7 changes: 0 additions & 7 deletions src/@types/is-url.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/config/load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as fs from 'fs';
import { URL } from 'url';
import * as yaml from 'js-yaml';
import { Source, Mixin } from './types';
import * as isUrl from 'is-url';
import isUrl = require('is-url');
import * as pkg from '../../package.json';

/**
Expand Down

0 comments on commit c4f7491

Please sign in to comment.