Skip to content

Commit

Permalink
fix(package): Correct path of main file
Browse files Browse the repository at this point in the history
The path was "/dist" instead of "./dist"

This change enable this component to be used with NPM
  • Loading branch information
Jonathan Weiß committed Dec 2, 2016
1 parent 5e818f3 commit b565905
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": "sk-progress-circle",
"version": "0.0.0-development",
"description": "Displays a progress in form of a circle",
"main": "/dist/all.min.js",
"main": "./dist/all.min.js",
"scripts": {
"commit": "git-cz -n",
"coveralls": "cat ./coverage/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
Expand Down

0 comments on commit b565905

Please sign in to comment.