@types/twig
Advanced tools
Comparing version 1.12.1 to 1.12.2
@@ -5,2 +5,3 @@ // Type definitions for twig 1.12 | ||
// Tim Schumacher <https://github.com/enko> | ||
// Maik Tizziani <https://github.com/mtizziani> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -22,2 +23,3 @@ | ||
async?: any; | ||
load?: (template: Template) => void; | ||
} | ||
@@ -24,0 +26,0 @@ |
{ | ||
"name": "@types/twig", | ||
"version": "1.12.1", | ||
"version": "1.12.2", | ||
"description": "TypeScript definitions for twig", | ||
@@ -16,5 +16,11 @@ "license": "MIT", | ||
"githubUsername": "enko" | ||
}, | ||
{ | ||
"name": "Maik Tizziani", | ||
"url": "https://github.com/mtizziani", | ||
"githubUsername": "mtizziani" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -26,4 +32,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6066cc2884e6618756bcde214d66b6ce81060e02ff0b722fd87d208be3852b7f", | ||
"typesPublisherContentHash": "6623f1e7b01bd422d6090e721cad7d8a35e68e04309b20321cadaa19a8c3d48c", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 29 Jun 2018 03:18:45 GMT | ||
* Last updated: Fri, 18 Jan 2019 21:15:47 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Carlos Ballesteros Velasco <https://github.com/soywiz>, Tim Schumacher <https://github.com/enko>. | ||
These definitions were written by Carlos Ballesteros Velasco <https://github.com/soywiz>, Tim Schumacher <https://github.com/enko>, Maik Tizziani <https://github.com/mtizziani>. |
Sorry, the diff of this file is not supported yet
4627
44