Skip to content

Commit

Permalink
Add main property to package.json
Browse files Browse the repository at this point in the history
Adding main property to enable easy use of `import calendar from 'vue-calendar';` statement.
  • Loading branch information
James committed Aug 19, 2017
1 parent 7f55dc3 commit 750198e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "A Vue.js project",
"author": "ZEE.KIM <129@jinzhe.net>",
"private": true,
"main": "./src/calendar.vue",
"scripts": {
"dev": "node build/dev-server.js",
"start": "node build/dev-server.js",
Expand Down

0 comments on commit 750198e

Please sign in to comment.