mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Drop support for node 4 / npm 2
(closes #4853) This fixes several issues with dependency resolution
This commit is contained in:
@@ -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
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user