Commit 92bd83f5fba8f7883054df33aa47cc3717bbc2fa

Authored by DANG
1 parent 1d6ddfa62a
Exists in master and in 1 other branch develop

commit

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

No preview for this file type
... ... @@ -2,4 +2,7 @@
2 2 .tmp
3 3 .sass-cache
4 4 .idea
  5 +npm-debug.log
  6 +/app/bower_components/
  7 +.DS_Store
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": ">=1.6.4",
24 24 "_originalSource": "jquery"
25 25 }