Skip to content

Updating the repo dist files #119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,19 @@ Useful links for FusionTime

```
$ git clone https://github.com/fusioncharts/angular-fusioncharts.git
$ cd angular-component
$ cd angular-fusioncharts
$ npm i
$ npm start
$ npm run build

```

- For publishing

```
$ npm run build
$ npm publish dist

```

## Going Beyond Charts
Expand Down
14 changes: 12 additions & 2 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,19 @@ Useful links for FusionTime

```
$ git clone https://github.com/fusioncharts/angular-fusioncharts.git
$ cd angular-component
$ cd angular-fusioncharts
$ npm i
$ npm start
$ npm run build

```

- For publishing

```
$ npm run build
$ npm publish dist

```

## Going Beyond Charts
Expand All @@ -377,4 +387,4 @@ $ npm start

## Licensing

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).
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).
36 changes: 13 additions & 23 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-fusioncharts",
"version": "3.0.4",
"version": "3.1.0",
"repository": {
"type": "git",
"url": "https://github.com/fusioncharts/angular-fusioncharts"
Expand All @@ -9,29 +9,19 @@
"name": "FusionCharts",
"email": "support@fusioncharts.com"
},
"contributors": [
{
"name": "Rohit Kumar",
"email": "rohit.kr001@gmail.com",
"url": "https://github.com/rohitkr"
},
{
"name": "Rousan Ali",
"email": "rousanali786@gmail.com",
"url": "https://github.com/ariyankhan"
},
{
"name": "Ashok Mandal",
"email": "askipop@gmail.com",
"url": "https://github.com/ashok1994"
},
{
"name": "Rohan Dey",
"email": "rohanoid5@gmail.com",
"url": "https://github.com/rohanoid5"
}
"keywords": [
"angular",
"angular-component",
"component",
"fusioncharts",
"javascript-charts",
"interactive-charts",
"charts",
"graphs",
"visualization",
"data-visualization",
"dataviz"
],
"keywords": ["angular", "angular2", "angular 2", "FusionCharts"],
"license": "MIT",
"bugs": {
"url": "https://github.com/fusioncharts/angular-fusioncharts/issues"
Expand Down
36 changes: 13 additions & 23 deletions package-dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-fusioncharts",
"version": "3.0.3",
"version": "3.1.0",
"repository": {
"type": "git",
"url": "https://github.com/fusioncharts/angular-fusioncharts"
Expand All @@ -9,29 +9,19 @@
"name": "FusionCharts",
"email": "support@fusioncharts.com"
},
"contributors": [
{
"name": "Rohit Kumar",
"email": "rohit.kr001@gmail.com",
"url": "https://github.com/rohitkr"
},
{
"name": "Rousan Ali",
"email": "rousanali786@gmail.com",
"url": "https://github.com/ariyankhan"
},
{
"name": "Ashok Mandal",
"email": "askipop@gmail.com",
"url": "https://github.com/ashok1994"
},
{
"name": "Rohan Dey",
"email": "rohanoid5@gmail.com",
"url": "https://github.com/rohanoid5"
}
"keywords": [
"angular",
"angular-component",
"component",
"fusioncharts",
"javascript-charts",
"interactive-charts",
"charts",
"graphs",
"visualization",
"data-visualization",
"dataviz"
],
"keywords": ["angular", "angular2", "angular 2", "FusionCharts"],
"license": "MIT",
"bugs": {
"url": "https://github.com/fusioncharts/angular-fusioncharts/issues"
Expand Down