Skip to content

Commit

Permalink
Merge pull request #29 from Pierlo1/master
Browse files Browse the repository at this point in the history
Update js and css paths
  • Loading branch information
techlab authored Jun 30, 2017
2 parents 4933fb2 + 0542329 commit 64571a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"description": "The awesome jQuery step wizard plugin with Bootstrap support",
"main": [
"./css/smart_wizard.min.css",
"./js/jquery.smartWizard.min.js"
"./dist/css/smart_wizard.min.css",
"./dist/js/jquery.smartWizard.min.js"
],
"keywords": [
"bootstrap",
Expand Down Expand Up @@ -36,4 +36,4 @@
"*jquery.json",
"test"
]
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"email": "[email protected]"
}
],
"main": "./js/jquery.smartWizard.js",
"style": "./css/smart_wizard.css",
"main": "./dist/js/jquery.smartWizard.js",
"style": "./dist/css/smart_wizard.css",
"repository": {
"type": "git",
"url": "https://github.com/techlab/SmartWizard.git"
Expand Down Expand Up @@ -66,3 +66,4 @@
"karma-spec-reporter": "0.0.31"
}
}

0 comments on commit 64571a7

Please sign in to comment.