Skip to content

Commit

Permalink
Merge pull request #60 from dcos-labs/weblancaster/fix/package-main
Browse files Browse the repository at this point in the history
fix: package.json main path
  • Loading branch information
weblancaster authored Apr 17, 2018
2 parents 736eb70 + e6ec6c2 commit b10de0c
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 @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/dcos-labs/ui-kit"
},
"main": "dist/components/index",
"main": "dist/packages/index",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit b10de0c

Please sign in to comment.