Skip to content

Commit 8531edd

Browse files
committed
Release 2.0.0-beta.2
1 parent c70b8d5 commit 8531edd

File tree

4 files changed

+1453
-0
lines changed

4 files changed

+1453
-0
lines changed

bower.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "chartjs-plugin-streaming",
3+
"description": "Chart.js plugin for live streaming data",
4+
"homepage": "https://nagix.github.io/chartjs-plugin-streaming",
5+
"license": "MIT",
6+
"version": "2.0.0-beta.2",
7+
"main": "dist/chartjs-plugin-streaming.js",
8+
"ignore": [
9+
".codeclimate.yml",
10+
".gitignore",
11+
".npmignore",
12+
".travis.yml",
13+
"scripts"
14+
]
15+
}

0 commit comments

Comments
 (0)