Skip to content

Commit

Permalink
fix(package): Correct file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikiki committed Feb 10, 2018
1 parent c5edbf4 commit cc4c33a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bulma-calendar",
"version": "0.2.2",
"description": "Display a calendar for date selection or for planning management, in different colors and sizes",
"main": "calendar.sass",
"main": "dist/bulma-calendar.sass",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down Expand Up @@ -47,10 +47,10 @@
"run-sequence": "^2.2.1"
},
"files": [
"dist/calendar.sass",
"dist/bulma-calendar.sass",
"dist/bulma-calendar.min.css",
"dist/datepicker.js",
"dist/datepicker.min.js",
"dist/bulma-datepicker.js",
"dist/bulma-datepicker.min.js",
"LICENSE",
"README.md"
]
Expand Down

0 comments on commit cc4c33a

Please sign in to comment.