Skip to content

Commit

Permalink
update path to node_modules instead of dev code
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrinegateau committed Jan 5, 2021
1 parent a4b5c9b commit 025286f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@storybook/addon-knobs": "^6.1.0",
"@types/leaflet": "^1.5.19",
"@types/leaflet.markercluster": "^1.4.3",
"iotmapmanager": "^0.3.1",
"leaflet": "^1.6.0",
"leaflet.markercluster": "^1.4.1",
"zone.js": "^0.11.3"
Expand Down
6 changes: 3 additions & 3 deletions src/map/map.component.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {AfterViewInit, Component} from '@angular/core';

import { IotMapManager } from '../iotMapManager/iotMapManager';
import {IotCluster, IotMarker, IotUserMarker, markerType} from '../iotMapManager/iotMapManagerTypes';
import { IotMapManagerConfig, Status } from '../iotMapManager/iotMapManagerConfig';
import { IotMapManager } from 'iotmapmanager/iotMapManager';
import {IotCluster, IotMarker, IotUserMarker, markerType} from 'iotmapmanager/iotMapManagerTypes';
import { IotMapManagerConfig, Status } from 'iotmapmanager/iotMapManagerConfig';

@Component({
selector: 'map-component',
Expand Down
2 changes: 1 addition & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* You can add global styles to this file, and also import other style files */
@import './iotMapManager/iotMapManager.css';
@import 'iotmapmanager/iotMapManager.css';

0 comments on commit 025286f

Please sign in to comment.