Commit 415a42dd2e711f7b6e92c7c97f385cf9d8ce2ae7
1 parent
836a597e57
Exists in
master
and in
2 other branches
fix jquery bower
Showing 4 changed files with 5 additions and 5 deletions Side-by-side Diff
app/bower_components/bootstrap/.bower.json
app/bower_components/jquery/.bower.json
app/index.html
| ... | ... | @@ -44,7 +44,7 @@ |
| 44 | 44 | <script src="bower_components/json3/lib/json3.min.js"></script> |
| 45 | 45 | <![endif]--> |
| 46 | 46 | |
| 47 | - <script src="bower_components/requirejs/require.js" data-main="scripts/main.js"></script> | |
| 47 | + <script src="bower_components/requirejs/require.js" data-main="scripts/main"></script> | |
| 48 | 48 | </body> |
| 49 | 49 | </html> |
bower.json
| ... | ... | @@ -11,8 +11,8 @@ |
| 11 | 11 | "angular-sanitize": "1.2.11", |
| 12 | 12 | "angular-route": "~1.5.9", |
| 13 | 13 | "FortAwesome/Font-Awesome": "*", |
| 14 | - "bootstrap": "^3.3.7", | |
| 15 | - "jquery": "^3.1.1" | |
| 14 | + "bootstrap": "~3.3.7", | |
| 15 | + "jquery": "~3.1.1" | |
| 16 | 16 | }, |
| 17 | 17 | "devDependencies": { |
| 18 | 18 | "angular-mocks": "1.2.11", |