Skip to content

Commit

Permalink
Merge pull request #243 from nijil-deriv/update-example
Browse files Browse the repository at this point in the history
Nijil / Update example and bump library version
  • Loading branch information
nijil-deriv authored Jan 2, 2025
2 parents 02075e6 + 8e25ffa commit b29f80b
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion example/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import $ from 'jquery';
import wtcharts from '@binary-com/webtrader-charts';
import wtcharts from '@deriv-com/webtrader-charts';

wtcharts.init({
appId: 11,
Expand Down
104 changes: 52 additions & 52 deletions example/package-lock.json

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

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"highstock-release": "^5.0.10",
"jquery": "^3.7.1",
"moment": "^2.30.1",
"@binary-com/webtrader-charts": "^0.6.0"
"@deriv-com/webtrader-charts": "^0.6.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deriv-com/webtrader-charts",
"version": "0.6.3",
"version": "0.6.4",
"description": "webtrader charts",
"main": "dist/webtrader-charts.js",
"scripts": {
Expand Down

0 comments on commit b29f80b

Please sign in to comment.