From c84dafa47d66f79fc2343c06c539040b16f7ea28 Mon Sep 17 00:00:00 2001 From: Nathan Reyes Date: Tue, 24 Oct 2017 21:23:13 -0500 Subject: [PATCH] Fix CND setup instructions --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cdc392b4..cb287a43d 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ npm install v-calendar ```javascript import Vue from 'vue'; import VCalendar from 'v-calendar'; -import 'vcalendar/lib/vcalendar.min.css'; +import 'v-calendar/lib/v-calendar.min.css'; Vue.use(VCalendar); ``` diff --git a/package.json b/package.json index 7123c4c83..351368e2d 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "v-calendar", - "version": "0.0.5", + "version": "0.0.6", "description": "A clean and extendable plugin for building simple attributed calendars in Vue.js.", "keywords": ["vue", "calendar", "highlights", "indicators"], "homepage": "vcalendar.netlify.com", "author": "Nathan Reyes ", - "main": "dist/lib/v-calendar.min.js", + "main": "lib/v-calendar.min.js", "files": [ "src", "lib"