Skip to content

Commit c84dafa

Browse files
author
Nathan Reyes
committed
Fix CND setup instructions
1 parent e3080a7 commit c84dafa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ npm install v-calendar
3535
```javascript
3636
import Vue from 'vue';
3737
import VCalendar from 'v-calendar';
38-
import 'vcalendar/lib/vcalendar.min.css';
38+
import 'v-calendar/lib/v-calendar.min.css';
3939

4040
Vue.use(VCalendar);
4141
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "v-calendar",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "A clean and extendable plugin for building simple attributed calendars in Vue.js.",
55
"keywords": ["vue", "calendar", "highlights", "indicators"],
66
"homepage": "vcalendar.netlify.com",
77
"author": "Nathan Reyes <[email protected]>",
8-
"main": "dist/lib/v-calendar.min.js",
8+
"main": "lib/v-calendar.min.js",
99
"files": [
1010
"src",
1111
"lib"

0 commit comments

Comments
 (0)