Skip to content

Commit 71ffc51

Browse files
committed
Add author to package.json
Some services like cdnjs need this info.
1 parent 33677af commit 71ffc51

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

chartjs-plugin-annotation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* chartjs-plugin-annotation.js
33
* http://chartjs.org/
4-
* Version: 0.5.2
4+
* Version: 0.5.3
55
*
66
* Copyright 2016 Evert Timberg
77
* Released under the MIT license

chartjs-plugin-annotation.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "chartjs-plugin-annotation",
33
"description": "Annotations for Chart.js",
4-
"version": "0.5.2",
4+
"version": "0.5.3",
5+
"author": "Evert Timberg <[email protected]>",
56
"license": "MIT",
67
"main": "src/index.js",
78
"repository": {

0 commit comments

Comments
 (0)