Refactor basic structure

This commit is contained in:
Jakub Juszczak
2016-07-03 12:36:38 +02:00
parent a428b51741
commit 3095684a37
19 changed files with 17 additions and 17 deletions

View File

@@ -3,6 +3,16 @@
"version": "1.0.0",
"description": "Vue wrapper for chart.js",
"author": "Jakub Juszczak <jakub@nextindex.de>",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:apertureless/vue-chartjs.git"
},
"keywords": [
"ChartJs",
"Vue",
"Visualisation",
"Wrapper"
],
"private": true,
"main": "src/index.js",
"scripts": {