diff --git a/package.json b/package.json index ac6790c..73b7d33 100644 --- a/package.json +++ b/package.json @@ -5,5 +5,8 @@ "main": "index.js", "repository": "https://github.com/igghera/turn.js.git", "author": "Andrea Gherardi ", - "license": "MIT" + "license": "MIT", + "dependencies": { + "jquery": "^3.1.1" + } } diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..80bcc59 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,7 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +jquery@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.1.1.tgz#347c1c21c7e004115e0a4da32cece041fad3c8a3"