1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

update dojo to 1.14.2

This commit is contained in:
Andrew Dolgov
2018-12-04 16:23:37 +03:00
parent ed1bd992d7
commit f097f33836
341 changed files with 426 additions and 365 deletions
+8 -4
View File
@@ -1,6 +1,6 @@
{
"name": "dojo",
"version": "1.12.1",
"version": "1.14.2",
"directories": {
"lib": "."
},
@@ -11,7 +11,7 @@
"jsgi-node": "0.3.1",
"formidable": "1.0.17",
"sinon": "1.12.2",
"dojo": "1.12.1"
"dojo": "1.14.2"
},
"main": "main",
"scripts": {
@@ -24,9 +24,13 @@
"test-proxy": "intern-runner config=tests/dojo.intern.proxy proxyOnly=true"
},
"description": "Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.",
"license" : "BSD-3-Clause OR AFL-2.1",
"license": "BSD-3-Clause OR AFL-2.1",
"bugs": "http://bugs.dojotoolkit.org/",
"keywords": [ "JavaScript", "Dojo", "Toolkit" ],
"keywords": [
"JavaScript",
"Dojo",
"Toolkit"
],
"homepage": "http://dojotoolkit.org/",
"repository": {
"type": "git",