Skip to content

Commit

Permalink
fix(package): File paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikiki committed Feb 10, 2018
1 parent 831bb5a commit 1e77c8e
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-slider",
"version": "0.1.5",
"description": "Display classic slider more sexy, in different colors, sizes, and states ",
"main": "slider.sass",
"main": "dist/bulma-slider.sass",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down Expand Up @@ -48,10 +48,10 @@
"run-sequence": "^2.2.1"
},
"files": [
"dist/slider.sass",
"dist/bulma-slider.sass",
"dist/bulma-slider.min.css",
"dist/slider.js",
"dist/slider.min.js",
"dist/bulma-slider.js",
"dist/bulma-slider.min.js",
"LICENSE",
"README.md"
]
Expand Down

0 comments on commit 1e77c8e

Please sign in to comment.