Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

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 f6a2a2c commit b188514
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-carousel",
"version": "0.3.6",
"description": "Display a Image / Content carousel",
"main": "carousel.sass",
"main": "dist/bulma-carousel.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/carousel.sass",
"dist/bulma-carousel.sass",
"dist/bulma-carousel.min.css",
"dist/carousel.js",
"dist/carousel.min.js",
"dist/bulma-carousel.js",
"dist/bulma-carousel.min.js",
"LICENSE",
"README.md"
]
Expand Down

0 comments on commit b188514

Please sign in to comment.