Commit 415a42dd2e711f7b6e92c7c97f385cf9d8ce2ae7

Authored by Truong LD
1 parent 836a597e57

fix jquery bower

Showing 4 changed files with 5 additions and 5 deletions Side-by-side Diff

app/bower_components/bootstrap/.bower.json
... ... @@ -39,7 +39,7 @@
39 39 "commit": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
40 40 },
41 41 "_source": "https://github.com/twbs/bootstrap.git",
42   - "_target": "^3.3.7",
  42 + "_target": "~3.3.7",
43 43 "_originalSource": "bootstrap"
44 44 }
app/bower_components/jquery/.bower.json
... ... @@ -20,7 +20,7 @@
20 20 "commit": "1b30f3ad466ebf2714d47eda34dbd7fdf6849fe3"
21 21 },
22 22 "_source": "https://github.com/jquery/jquery-dist.git",
23   - "_target": "^3.1.1",
  23 + "_target": "~3.1.1",
24 24 "_originalSource": "jquery"
25 25 }
... ... @@ -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>
... ... @@ -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",