Skip to content

Commit

Permalink
Fix CND setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Reyes committed Oct 25, 2017
1 parent e3080a7 commit c84dafa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <nathanreyes@me.com>",
"main": "dist/lib/v-calendar.min.js",
"main": "lib/v-calendar.min.js",
"files": [
"src",
"lib"
Expand Down

0 comments on commit c84dafa

Please sign in to comment.