Skip to content

Commit

Permalink
Change main script to use built dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmobrunfeldt committed May 12, 2020
1 parent 4e66f34 commit f872455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "progressbar.js",
"version": "1.1.0-dev",
"description": "Responsive and slick progress bars with animated SVG paths",
"main": "src/main.js",
"main": "dist/progressbar.js",
"dependencies": {
"shifty": "^2.8.3"
},
Expand Down

0 comments on commit f872455

Please sign in to comment.