I have a package.json and I need to have two version boostrap in same project.
How can to do it ?
"devDependencies": {
"bootstrap": "^3.3.7",
}
I have the version bootstrap 3, and I need to have the version 4 also.
I have a package.json and I need to have two version boostrap in same project.
How can to do it ?
"devDependencies": {
"bootstrap": "^3.3.7",
}
I have the version bootstrap 3, and I need to have the version 4 also.