Merge pull request #740 from delebash/master

add tether@1.1.1
This commit is contained in:
Guy Bedford
2016-02-04 11:07:39 +02:00
2 changed files with 12 additions and 1 deletions
@@ -0,0 +1,11 @@
{
"main": "js/tether",
"directories": {
"lib": "dist"
},
"shim": {
"js/tether": {
"exports": "Tether"
}
}
}
@@ -18,6 +18,6 @@
},
"dependencies": {
"jquery": "github:components/jquery",
"tether": "github:HubSpot/tether"
"tether": "github:HubSpot/tether@^1.1.1"
}
}