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 e257b2b commit c6ca741
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-quickview",
"version": "0.1.6",
"description": "Display a quick view of data without leaving the current page",
"main": "quickview.sass",
"main": "dist/bulma-quickview.sass",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down Expand Up @@ -49,10 +49,10 @@
"run-sequence": "^2.2.1"
},
"files": [
"dist/quickview.sass",
"dist/bulma-quickview.sass",
"dist/bulma-quickview.min.css",
"dist/quickview.js",
"dist/quickview.min.js",
"dist/bulma-quickview.js",
"dist/bulma-quickview.min.js",
"LICENSE",
"README.md"
]
Expand Down

0 comments on commit c6ca741

Please sign in to comment.