Added bootstrap-wizard and package override for master branch

This commit is contained in:
Sean Airey
2015-03-18 19:03:53 +00:00
parent 5081d897ab
commit 841bc040b9
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"directories": {
"lib": "dist"
},
"main": "js/bootstrap-wizard",
"shim": {
"js/bootstrap-wizard": {
"exports": "bootstrapWizard"
}
}
}