Skip to content

Commit f2cd935

Browse files
committed
update bower.json and package.json
1 parent 39b8e38 commit f2cd935

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

bower.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
{
22
"name": "anychart-nodejs",
33
"main": "lib/anychart-node.js",
4-
"version": "1.0.0",
4+
"authors": [
5+
"AnyChart"
6+
],
7+
"ignore": [
8+
"**/.*",
9+
"node_modules",
10+
"bower_components",
11+
"test",
12+
"tests"
13+
],
14+
"version": "1.0.1",
515
"description": "AnyChart NodeJS module provides an easy way to generate SVG, JPG and PNG images of the charts on the server side.",
616
"homepage": "https://github.com/AnyChart/AnyChart-NodeJS",
717
"license": "Apache-2.0",

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "anychart-nodejs",
33
"main": "./lib/anychart-node",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "AnyChart NodeJS module provides an easy way to generate SVG, JPG and PNG images of the charts on the server side.",
6+
"author": "AnyChart",
67
"title": "AnyChart NodeJS",
78
"homepage": "https://github.com/AnyChart/AnyChart-NodeJS",
89
"license": "Apache-2.0",
@@ -20,6 +21,9 @@
2021
"type": "git",
2122
"url": "https://github.com/AnyChart/AnyChart-NodeJS"
2223
},
24+
"bugs": {
25+
"url": "https://github.com/AnyChart/AnyChart-NodeJS/issues"
26+
},
2327
"dependencies": {
2428
"opentype.js": "^0.6.6",
2529
"async": "^0.9.2",

0 commit comments

Comments
 (0)