Skip to content

Commit 8574332

Browse files
committed
Merge branch 'release/1.0.0-beta.2'
2 parents e5bea43 + 28a941f commit 8574332

File tree

1 file changed

+38
-4
lines changed

1 file changed

+38
-4
lines changed

package.json

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,45 @@
11
{
22
"name": "vue-fusioncharts",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "FusionCharts component for Vue.js",
55
"main": "dist/vue-fusioncharts.js",
66
"module": "src/index.js",
7+
"author": "FusionCharts",
8+
"homepage": "http://www.fusioncharts.com",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/fusioncharts/react-fusioncharts-component.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/fusioncharts/react-fusioncharts-component/issues"
15+
},
16+
"contributors": [
17+
{
18+
"name": "Rohit Kumar",
19+
"email": "rohit.kr001@gmail.com",
20+
"url": "https://github.com/rohitkr",
21+
"contributions": 18,
22+
"additions": 44526,
23+
"deletions": 144,
24+
"hireable": null
25+
}
26+
],
27+
"keywords": [
28+
"Vue",
29+
"Vue.js",
30+
"vue-fusioncharts-component",
31+
"vue-fusioncharts",
32+
"fusioncharts",
33+
"javascript-charts",
34+
"interactive-charts",
35+
"charts",
36+
"graphs",
37+
"visualization",
38+
"data-visualization",
39+
"dataviz",
40+
"browserify",
41+
"webpack"
42+
],
743
"scripts": {
844
"test": "npm run lint",
945
"lint": "eslint ./src/**/*.js webpack.config.babel.js",
@@ -13,9 +49,7 @@
1349
"dev": "webpack-dev-server --config example/webpack.config.js",
1450
"start": "webpack-dev-server --config example/webpack.config.js"
1551
},
16-
"keywords": [],
17-
"author": "",
18-
"license": "ISC",
52+
"license": "MIT",
1953
"devDependencies": {
2054
"babel": "^6.23.0",
2155
"babel-core": "^6.24.1",

0 commit comments

Comments
 (0)