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

Commit

Permalink
fix(package.json): Main import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikiki committed Feb 10, 2018
1 parent 9b1afed commit 89d68b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bulma-timeline",
"version": "1.1.10",
"description": "Display a vertical timeline, in different colors, sizes, and states ",
"main": "timeline.sass",
"main": "dist/bulma-timeline.sass",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down Expand Up @@ -48,7 +48,7 @@
"run-sequence": "^2.2.1"
},
"files": [
"dist/timeline.sass",
"dist/bulma-timeline.sass",
"dist/bulma-timeline.min.css",
"LICENSE",
"README.md"
Expand Down

0 comments on commit 89d68b3

Please sign in to comment.