diff --git a/js/jquery.knob.js b/js/jquery.knob.js index 92b76db..fbed7f3 100755 --- a/js/jquery.knob.js +++ b/js/jquery.knob.js @@ -16,7 +16,7 @@ define(['jquery'], factory); } else { // Browser globals - factory(jQuery); + factory(require('jquery/src/core')); } }(function ($) { diff --git a/package.json b/package.json new file mode 100644 index 0000000..e11846f --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "jQuery-Knob", + "title": "jQuery-Knob", + "description": "", + "version": "0.0.1", + "author": "jQuery-Knob", + "repository": { + "type": "git", + "url": "https://github.com/novosit/jQuery-Knob.git" + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/jquery/jquery-mobile/blob/master/MIT-LICENSE.txt" + } + ], + "dependencies": { + + }, + "devDependencies": { + + }, + "scripts": { + + }, + "keywords": [] +}