Skip to content

Commit 46d044e

Browse files
committed
update bower.json, package.json and README
1 parent 8f0d568 commit 46d044e

File tree

3 files changed

+6
-22
lines changed

3 files changed

+6
-22
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[<img src="https://cdn.anychart.com/images/logo-transparent-segoe.png?2" width="234px" alt="AnyChart - Robust JavaScript/HTML5 Chart library for any project">](http://www.anychart.com)
22

3-
AngularJS v1.x directives for AnyChart
4-
=========
3+
# AngularJS v1.x directives for AnyChart
54

65
AngularJS v1.x directives for AnyChart provide an easy way to use [AnyChart JavaScript Charts](http://anychart.com)
76
with [AngularJS Framework](https://angularjs.org/).

bower.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
"description": "AngularJS v1.x directives for AnyChart",
44
"main": "dist/anychart-angularjs.min.js",
55
"authors": [
6-
"Roman Lubushkin <[email protected]>",
7-
"Alexander Kudryavtsev <[email protected]>",
8-
"Anton Kagakin <[email protected]>",
9-
"Anton Saukh <[email protected]>",
10-
"Sergey Medvedev <[email protected]>",
11-
"Vitaly Radionov <[email protected]>",
12-
"Eugene Averchenko <[email protected]>"
6+
"AnyChart"
137
],
148
"license": "Apache-2.0",
159
"keywords": [
@@ -41,7 +35,7 @@
4135
"angular",
4236
"angularjs"
4337
],
44-
"homepage": "https://github.com/AnyChart/AngularJS-plugin",
38+
"homepage": "https://github.com/AnyChart/AnyChart-AngularJS.git",
4539
"ignore": [
4640
"**/.*",
4741
"node_modules",

package.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anychart-angularjs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "AngularJS v1.x directives for AnyChart",
55
"main": "dist/anychart-angularjs.min.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/AnyChart/AnyChart-AngularJS.git"
1212
},
13-
"bugs": {
13+
"bugs": {
1414
"url": "https://github.com/AnyChart/AnyChart-AngularJS/issues"
1515
},
1616
"keywords": [
@@ -37,14 +37,5 @@
3737
],
3838
"author": "AnyChart <[email protected]> (http://anychart.com)",
3939
"license": "Apache-2.0",
40-
"homepage": "https://anychart.com",
41-
"contributors": [
42-
"Roman Lubushkin <[email protected]>",
43-
"Alexander Kudryavtsev <[email protected]>",
44-
"Anton Kagakin <[email protected]>",
45-
"Anton Saukh <[email protected]>",
46-
"Sergey Medvedev <[email protected]>",
47-
"Vitaly Radionov <[email protected]>",
48-
"Eugene Averchenko <[email protected]>"
49-
]
40+
"homepage": "https://github.com/AnyChart/AnyChart-AngularJS.git"
5041
}

0 commit comments

Comments
 (0)