Skip to content

Commit

Permalink
chore|tests(NPM|Chosen): Update jquery, chosen and angular, also set …
Browse files Browse the repository at this point in the history
…new chosen-js for new npm package
  • Loading branch information
leocaseiro committed Jul 4, 2016
1 parent 2b2f7dd commit de674d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions example/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html ng-app="chosenExampleApp">
<head>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chosen/1.4.2/chosen.jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.7/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chosen/1.6.1/chosen.jquery.min.js"></script>

<script src="../dist/angular-chosen.min.js"></script>
<script src="index.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"vstene"
],
"dependencies": {
"jquery": "^2.0.3",
"chosen-npm": "^1.4.2",
"angular": "^1.4.9"
"angular": "^1.5.7",
"chosen-js": "^1.6.1",
"jquery": "^3.0.0"
},
"bugs": {
"url": "https://github.com/leocaseiro/angular-chosen/issues"
Expand Down
2 changes: 1 addition & 1 deletion test/support/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = function(config) {

files: [
'node_modules/jquery/dist/jquery.js',
'node_modules/chosen-npm/public/chosen.jquery.js',
'node_modules/chosen-js/chosen.jquery.js',
'node_modules/angular/angular.js',
'node_modules/angular-mocks/angular-mocks.js',
'src/**/*.coffee',
Expand Down

0 comments on commit de674d0

Please sign in to comment.