We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbda004 commit 75c3f77Copy full SHA for 75c3f77
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "anychart-nodejs",
3
"main": "./lib/anychart-node",
4
- "version": "1.0.2",
+ "version": "1.1.0",
5
"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",
7
"title": "AnyChart NodeJS",
@@ -28,7 +28,7 @@
28
"opentype.js": "^0.6.6",
29
"async": "^0.9.2",
30
"es6-promise": "^4.0.5",
31
- "anychart": "7.13.0-dev-preview.0",
+ "anychart": "^7.13.0",
32
"jsdom": "^9.9.1"
33
}
34
0 commit comments