@phosphor/collections
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@phosphor/collections", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "PhosphorJS - Generic Collections", | ||
@@ -15,6 +15,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phosphor/algorithm": "^1.0.0" | ||
"@phosphor/algorithm": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"rimraf": "^2.5.2", | ||
"typedoc": "^0.6.0", | ||
"typescript": "^2.2.1" | ||
@@ -24,3 +25,4 @@ }, | ||
"build": "tsc", | ||
"clean": "rimraf lib" | ||
"clean": "rimraf lib", | ||
"docs": "typedoc --options tdoptions.json ." | ||
}, | ||
@@ -27,0 +29,0 @@ "repository": { |
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
30065
3
Updated@phosphor/algorithm@^1.1.0