Skip to content

Commit 64571a7

Browse files
authored
Merge pull request #29 from Pierlo1/master
Update js and css paths
2 parents 4933fb2 + 0542329 commit 64571a7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
],
88
"description": "The awesome jQuery step wizard plugin with Bootstrap support",
99
"main": [
10-
"./css/smart_wizard.min.css",
11-
"./js/jquery.smartWizard.min.js"
10+
"./dist/css/smart_wizard.min.css",
11+
"./dist/js/jquery.smartWizard.min.js"
1212
],
1313
"keywords": [
1414
"bootstrap",
@@ -36,4 +36,4 @@
3636
"*jquery.json",
3737
"test"
3838
]
39-
}
39+
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"email": "[email protected]"
1212
}
1313
],
14-
"main": "./js/jquery.smartWizard.js",
15-
"style": "./css/smart_wizard.css",
14+
"main": "./dist/js/jquery.smartWizard.js",
15+
"style": "./dist/css/smart_wizard.css",
1616
"repository": {
1717
"type": "git",
1818
"url": "https://github.com/techlab/SmartWizard.git"
@@ -66,3 +66,4 @@
6666
"karma-spec-reporter": "0.0.31"
6767
}
6868
}
69+

0 commit comments

Comments
 (0)