Skip to content

Commit

Permalink
Fix path to dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
romanmatyus authored Oct 3, 2016
1 parent 475e252 commit 47a0436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"description": "Happy form inputs",
"main": [
"./dist/js/happy.js",
"./dist/js/happy.css"
"./dist/happy.js",
"./dist/happy.css"
],
"keywords": [
"forms",
Expand Down

0 comments on commit 47a0436

Please sign in to comment.