@types/angular-translate
Advanced tools
Comparing version 2.4.15-alpha to 2.4.16-alpha
{ | ||
"name": "@types/angular-translate", | ||
"version": "2.4.15-alpha", | ||
"version": "2.4.16-alpha", | ||
"description": "Type definitions for Angular Translate v2.4.0 (pascalprecht.translate module) from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
@@ -10,3 +10,5 @@ "main": "", | ||
"typings": "index.d.ts", | ||
"dependencies": {} | ||
"dependencies": { | ||
"@types/angularjs": "*" | ||
} | ||
} |
@@ -14,9 +14,9 @@ # Installation | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped in the angular-translate directory. | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/angular-translate | ||
Additional Details | ||
* Last updated: Tue, 17 May 2016 04:07:23 GMT | ||
* Last updated: Thu, 19 May 2016 20:05:29 GMT | ||
* Typings kind: OldUMD | ||
* Library Dependencies: none | ||
* Library Dependencies: angularjs | ||
* Module Dependencies: none | ||
* Global values: none |
{ | ||
"authors": "Michel Salib <https://github.com/michelsalib>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"libraryDependencies": [ | ||
"angularjs" | ||
], | ||
"moduleDependencies": [], | ||
@@ -12,2 +14,3 @@ "libraryMajorVersion": "2", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "OldUMD", | ||
@@ -14,0 +17,0 @@ "globals": [], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7467
133
1
+ Added@types/angularjs@*