Skip to content

Commit d67e790

Browse files
committed
Fixing weird import
1 parent aa6658f commit d67e790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- v1-dependencies-
2828

2929
- run: npm install
30-
- run: npm install plotly.js-dist # peer dependency
30+
- run: npm install plotly.js-dist-min # peer dependency
3131

3232
- save_cache:
3333
paths:

projects/plotly/src/lib/plotly-via-cdn.module.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { PlotlyBundleName } from 'dist/plotly/public-api';
1+
import { PlotlyBundleName } from './plotly-via-cdn.module';
22

33
import { PlotlyViaCDNModule } from './plotly-via-cdn.module';
44
import { PlotlyService } from './plotly.service';

0 commit comments

Comments
 (0)