@types/crossroads
Advanced tools
Comparing version 0.0.15-alpha to 0.0.16-alpha
{ | ||
"name": "@types/crossroads", | ||
"version": "0.0.15-alpha", | ||
"version": "0.0.16-alpha", | ||
"description": "Type definitions for Crossroads.js from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
@@ -10,3 +10,5 @@ "main": "", | ||
"typings": "index.d.ts", | ||
"dependencies": {} | ||
"dependencies": { | ||
"@types/signals": "*" | ||
} | ||
} |
@@ -14,9 +14,9 @@ # Installation | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped in the crossroads directory. | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/crossroads | ||
Additional Details | ||
* Last updated: Tue, 17 May 2016 04:07:37 GMT | ||
* Last updated: Thu, 19 May 2016 20:05:37 GMT | ||
* Typings kind: Mixed | ||
* Library Dependencies: none | ||
* Library Dependencies: signals | ||
* Module Dependencies: none | ||
* Global values: crossroads |
{ | ||
"authors": "Diullei Gomes <https://github.com/diullei>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"libraryDependencies": [ | ||
"signals" | ||
], | ||
"moduleDependencies": [], | ||
@@ -12,2 +14,3 @@ "libraryMajorVersion": "0", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "Mixed", | ||
@@ -14,0 +17,0 @@ "globals": [ |
7797
152
1
+ Added@types/signals@*
+ Added@types/signals@1.0.4(transitive)