Skip to content

Commit b3bb1ce

Browse files
v4.1.1
1 parent 64d613a commit b3bb1ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+32435
-34485
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
# misc
2727
/.angular/cache
28+
/examples/ng-app-17/.angular/cache
29+
/examples/ng-app-18/.angular/cache
2830
/.sass-cache
2931
/connect.lock
3032
/coverage

Diff for: .vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"angular.enable-strict-mode-prompt": false
3+
}

Diff for: dist/package.json

+3-19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-fusioncharts",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/fusioncharts/angular-fusioncharts"
@@ -11,24 +11,8 @@
1111
},
1212
"contributors": [
1313
{
14-
"name": "Rohit Kumar",
15-
"email": "[email protected]",
16-
"url": "https://github.com/rohitkr"
17-
},
18-
{
19-
"name": "Rousan Ali",
20-
"email": "[email protected]",
21-
"url": "https://github.com/ariyankhan"
22-
},
23-
{
24-
"name": "Ashok Mandal",
25-
"email": "[email protected]",
26-
"url": "https://github.com/ashok1994"
27-
},
28-
{
29-
"name": "Rohan Dey",
30-
"email": "[email protected]",
31-
"url": "https://github.com/rohanoid5"
14+
"name": "Meher Howji",
15+
"url": "https://github.com/meherhowji"
3216
}
3317
],
3418
"keywords": ["angular", "angular2", "angular 2", "FusionCharts"],

Diff for: examples/fc-angular-chart-demo/.gitignore

-42
This file was deleted.

Diff for: examples/fc-angular-chart-demo/.vscode/extensions.json

-4
This file was deleted.

Diff for: examples/fc-angular-chart-demo/.vscode/launch.json

-20
This file was deleted.

Diff for: examples/fc-angular-chart-demo/.vscode/tasks.json

-42
This file was deleted.

0 commit comments

Comments
 (0)