Skip to content

Commit 8ecff5a

Browse files
author
Niilo Keinänen
committed
Move to @lightningchart NPM organization
1 parent ede278b commit 8ecff5a

File tree

6 files changed

+23
-3
lines changed

6 files changed

+23
-3
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
registry=https://registry.npmjs.org
2-
@arction:registry=https://registry.npmjs.org
2+
@lightningchart:registry=https://registry.npmjs.org

angular.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,8 @@
9696
}
9797
}
9898
}
99+
},
100+
"cli": {
101+
"analytics": false
99102
}
100103
}

package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@angular/router": "^17.2.0",
2323
"@angular/ssr": "^17.2.1",
2424
"@arction/lcjs": "^5.1.1",
25+
"@lightningchart/lcjs": "^5.2.1",
2526
"express": "^4.18.2",
2627
"rxjs": "~7.8.0",
2728
"tslib": "^2.3.0",

src/app/components/chart/chart.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component, OnDestroy, afterNextRender } from '@angular/core';
2-
import { AxisScrollStrategies, Themes } from '@arction/lcjs';
2+
import { AxisScrollStrategies, Themes } from '@lightningchart/lcjs';
33
import { DataService } from '../../services/data/data.service';
44
import { LcContextService } from '../../services/lc-context/lc-context.service';
55

src/app/services/lc-context/lc-context.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Injectable } from '@angular/core';
2-
import { LightningChart, lightningChart } from '@arction/lcjs';
2+
import { LightningChart, lightningChart } from '@lightningchart/lcjs';
33

44
@Injectable({
55
providedIn: 'root',

0 commit comments

Comments
 (0)