[Tree] Add Zepto dependency

...to support implementation of a jQuery-less tree.
This commit is contained in:
Victor Woeltjen
2016-03-11 12:38:40 -08:00
parent cebf9f73da
commit 4f293f22a6
5 changed files with 54 additions and 3 deletions

View File

@@ -535,6 +535,16 @@ define([
"copyright": "Copyright (c) Nicolas Gallagher and Jonathan Neal",
"license": "license-mit",
"link": "https://github.com/necolas/normalize.css/blob/v1.1.2/LICENSE.md"
},
{
"name": "Zepto",
"version": "1.1.6",
"description": "DOM manipulation",
"author": "Thomas Fuchs",
"website": "http://zeptojs.com/",
"copyright": "Copyright (c) 2010-2016 Thomas Fuchs",
"license": "license-mit",
"link": "https://github.com/madrobby/zepto/blob/master/MIT-LICENSE"
}
]
}