diff --git a/karma.conf.js b/karma.conf.js index 56238276..baec95cb 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -17,7 +17,7 @@ module.exports = function(config) { files: [ // dependencies - { pattern: 'jquery-1.8.2.min.js', watched: false, served: true, included: true }, + { pattern: 'node_modules/jquery/dist/jquery.js', watched: false, served: true, included: true }, { pattern: 'src/jquery.ui.position.js', watched: false, served: true, included: true }, { pattern: 'src/jquery.contextMenu.js', watched: false, served: true, included: true }, diff --git a/package.json b/package.json index 18eb7030..87a80de0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "jquery": ">=1.8.2" + "jquery": "^1.8.2" }, "devDependencies": { "dalek-browser-chrome": "0.0.11", diff --git a/test/index.html b/test/index.html index 90da3001..8cc1a43e 100644 --- a/test/index.html +++ b/test/index.html @@ -7,10 +7,13 @@ - + + + +