Add jquery dependency + add yarn

This commit is contained in:
Andrea Gherardi 2016-12-20 17:15:03 +01:00
parent dbeef69195
commit a4851e96bd
2 changed files with 11 additions and 1 deletions

View File

@ -5,5 +5,8 @@
"main": "index.js",
"repository": "https://github.com/igghera/turn.js.git",
"author": "Andrea Gherardi <a.gherardi@cantierecreativo.net>",
"license": "MIT"
"license": "MIT",
"dependencies": {
"jquery": "^3.1.1"
}
}

7
yarn.lock Normal file
View File

@ -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"