Skip to content

Commit 586de8a

Browse files
authored
Merge pull request #119 from fusioncharts/fusioncharts-support-2105
Updating the repo dist files
2 parents b01b26e + a931c60 commit 586de8a

File tree

4 files changed

+49
-49
lines changed

4 files changed

+49
-49
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,19 @@ Useful links for FusionTime
365365

366366
```
367367
$ git clone https://github.com/fusioncharts/angular-fusioncharts.git
368-
$ cd angular-component
368+
$ cd angular-fusioncharts
369369
$ npm i
370370
$ npm start
371+
$ npm run build
372+
373+
```
374+
375+
- For publishing
376+
377+
```
378+
$ npm run build
379+
$ npm publish dist
380+
371381
```
372382

373383
## Going Beyond Charts

dist/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,19 @@ Useful links for FusionTime
365365

366366
```
367367
$ git clone https://github.com/fusioncharts/angular-fusioncharts.git
368-
$ cd angular-component
368+
$ cd angular-fusioncharts
369369
$ npm i
370370
$ npm start
371+
$ npm run build
372+
373+
```
374+
375+
- For publishing
376+
377+
```
378+
$ npm run build
379+
$ npm publish dist
380+
371381
```
372382

373383
## Going Beyond Charts
@@ -377,4 +387,4 @@ $ npm start
377387

378388
## Licensing
379389

380-
The FusionCharts React component is open-source and distributed under the terms of the MIT/X11 License. However, you will need to download and include FusionCharts library in your page separately, which has a [separate license](https://www.fusioncharts.com/buy).
390+
The FusionCharts Angular integration component is open-source and distributed under the terms of the MIT/X11 License. However, you will need to download and include FusionCharts library in your page separately, which has a [separate license](https://www.fusioncharts.com/buy).

dist/package.json

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-fusioncharts",
3-
"version": "3.0.4",
3+
"version": "3.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/fusioncharts/angular-fusioncharts"
@@ -9,29 +9,19 @@
99
"name": "FusionCharts",
1010
"email": "support@fusioncharts.com"
1111
},
12-
"contributors": [
13-
{
14-
"name": "Rohit Kumar",
15-
"email": "rohit.kr001@gmail.com",
16-
"url": "https://github.com/rohitkr"
17-
},
18-
{
19-
"name": "Rousan Ali",
20-
"email": "rousanali786@gmail.com",
21-
"url": "https://github.com/ariyankhan"
22-
},
23-
{
24-
"name": "Ashok Mandal",
25-
"email": "askipop@gmail.com",
26-
"url": "https://github.com/ashok1994"
27-
},
28-
{
29-
"name": "Rohan Dey",
30-
"email": "rohanoid5@gmail.com",
31-
"url": "https://github.com/rohanoid5"
32-
}
12+
"keywords": [
13+
"angular",
14+
"angular-component",
15+
"component",
16+
"fusioncharts",
17+
"javascript-charts",
18+
"interactive-charts",
19+
"charts",
20+
"graphs",
21+
"visualization",
22+
"data-visualization",
23+
"dataviz"
3324
],
34-
"keywords": ["angular", "angular2", "angular 2", "FusionCharts"],
3525
"license": "MIT",
3626
"bugs": {
3727
"url": "https://github.com/fusioncharts/angular-fusioncharts/issues"

package-dist.json

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-fusioncharts",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/fusioncharts/angular-fusioncharts"
@@ -9,29 +9,19 @@
99
"name": "FusionCharts",
1010
"email": "support@fusioncharts.com"
1111
},
12-
"contributors": [
13-
{
14-
"name": "Rohit Kumar",
15-
"email": "rohit.kr001@gmail.com",
16-
"url": "https://github.com/rohitkr"
17-
},
18-
{
19-
"name": "Rousan Ali",
20-
"email": "rousanali786@gmail.com",
21-
"url": "https://github.com/ariyankhan"
22-
},
23-
{
24-
"name": "Ashok Mandal",
25-
"email": "askipop@gmail.com",
26-
"url": "https://github.com/ashok1994"
27-
},
28-
{
29-
"name": "Rohan Dey",
30-
"email": "rohanoid5@gmail.com",
31-
"url": "https://github.com/rohanoid5"
32-
}
12+
"keywords": [
13+
"angular",
14+
"angular-component",
15+
"component",
16+
"fusioncharts",
17+
"javascript-charts",
18+
"interactive-charts",
19+
"charts",
20+
"graphs",
21+
"visualization",
22+
"data-visualization",
23+
"dataviz"
3324
],
34-
"keywords": ["angular", "angular2", "angular 2", "FusionCharts"],
3525
"license": "MIT",
3626
"bugs": {
3727
"url": "https://github.com/fusioncharts/angular-fusioncharts/issues"

0 commit comments

Comments
 (0)