Skip to content

Commit

Permalink
Release 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed May 2, 2021
1 parent 34446ed commit bc86743
Show file tree
Hide file tree
Showing 3 changed files with 904 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "chartjs-plugin-streaming",
"description": "Chart.js plugin for live streaming data",
"homepage": "https://nagix.github.io/chartjs-plugin-streaming",
"license": "MIT",
"version": "2.0.0-beta.1",
"main": "dist/chartjs-plugin-streaming.js",
"ignore": [
".codeclimate.yml",
".gitignore",
".npmignore",
".travis.yml",
"scripts"
]
}

0 comments on commit bc86743

Please sign in to comment.