Drop support for node 4 / npm 2

(closes #4853)

This fixes several issues with dependency resolution
This commit is contained in:
Bryan Housel
2018-03-19 11:59:41 -04:00
parent f9c218c940
commit be85cd8e89
6 changed files with 6 additions and 14 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {
import marked from 'marked';
import { t } from '../util/locale';
import { svgIcon } from '../svg';
import { icon } from 'intro/helper';
import { icon } from './intro/helper';
// This currently only works with the 'restrictions' field
+1 -2
View File
@@ -15,8 +15,7 @@ import { uiMapData } from './map_data';
import { uiShortcuts } from './shortcuts';
import { uiTooltipHtml } from './tooltipHtml';
import { tooltip } from '../util/tooltip';
import { icon } from 'intro/helper';
import { icon } from './intro/helper';
export function uiHelp(context) {
var key = t('help.key');