Skip to content

Commit c24dc84

Browse files
committed
💎 Release new version 2.4.0
1 parent d3f7058 commit c24dc84

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

‎package.json‎

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,34 @@
11
{
22
"name": "vue-chartjs",
3-
"version": "2.3.9",
3+
"version": "2.4.0",
44
"description": "vue.js wrapper for chart.js",
5-
"author": "Jakub Juszczak <[email protected]>",
5+
"author": "Jakub Juszczak <[email protected]>",
6+
"homepage": "http://vue-chartjs.org",
7+
"license": "MIT",
8+
"contributors": [
9+
{
10+
"name": "Thorsten Lünborg",
11+
"web": "https://github.com/LinusBorg"
12+
},
13+
{
14+
"name": "Juan Carlos Alonso",
15+
"web": "https://github.com/jcalonso"
16+
}
17+
],
18+
"maintainers": [
19+
{
20+
"name": "Jakub Juszczak",
21+
"email": "[email protected]",
22+
"web": "http://www.jakubjuszczak.de"
23+
}
24+
],
625
"repository": {
726
"type": "git",
827
"url": "git+ssh://[email protected]:apertureless/vue-chartjs.git"
928
},
29+
"bugs": {
30+
"url": "https://github.com/apertureless/vue-chartjs/issues"
31+
},
1032
"keywords": [
1133
"ChartJs",
1234
"Vue",
@@ -93,6 +115,14 @@
93115
"webpack-hot-middleware": "^2.6.0",
94116
"webpack-merge": "^1.1.1"
95117
},
118+
"engines": {
119+
"node": ">=6.9.0"
120+
},
121+
"babel": {
122+
"presets": [
123+
"es2015"
124+
]
125+
},
96126
"browserify": {
97127
"transform": [
98128
"babelify"

0 commit comments

Comments
 (0)