Skip to content

Commit 3484f44

Browse files
author
William Hawker
committed
react-jsx-highstock 1.3.3
1 parent d10a790 commit 3484f44

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/react-jsx-highstock/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-jsx-highstock",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Highcharts (including Highstock) charts built using React components",
55
"main": "dist/react-jsx-highstock.min.js",
66
"files": [
@@ -16,7 +16,8 @@
1616
"author": "Will Hawker",
1717
"contributors": [
1818
{ "name": "Alex Mayants", "url": "https://github.com/AlexMayants" },
19-
{ "name": "mrawdon", "url": "https://github.com/mrawdon" }
19+
{ "name": "mrawdon", "url": "https://github.com/mrawdon" },
20+
{ "name": "Ercan Akyürek", "url": "https://github.com/geforcefan" }
2021
],
2122
"license": "MIT",
2223
"repository": {
@@ -38,7 +39,7 @@
3839
"data"
3940
],
4041
"dependencies": {
41-
"react-jsx-highcharts": "1.3.2"
42+
"react-jsx-highcharts": "1.3.3"
4243
},
4344
"devDependencies": {
4445
"babel-cli": "^6.24.1",

0 commit comments

Comments
 (0)