From ee5be86e5bf7a8cae10d5bd01ee6ed483d245102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=B3?= Date: Tue, 30 Jan 2018 16:02:39 +0200 Subject: [PATCH] Missing dot in NPM dependencies Either this is a typo or another type of error, the package doesn't work with "chartjs" dependency, it needs "chart.js". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1983aa77..38d67f12 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ If you're looking for v1 check this [branch](https://github.com/apertureless/vue Yarn install: `yarn add vue-chartjs chart.js` -Npm install: `npm install vue-chartjs chartjs --save` +Npm install: `npm install vue-chartjs chart.js --save` Or if you want to use it directly in the browser add