angular-message-format
Advanced tools
Comparing version 1.5.5 to 1.5.6
/** | ||
* @license AngularJS v1.5.5 | ||
* @license AngularJS v1.5.6 | ||
* (c) 2010-2016 Google, Inc. http://angularjs.org | ||
@@ -4,0 +4,0 @@ * License: MIT |
/* | ||
AngularJS v1.5.5 | ||
AngularJS v1.5.6 | ||
(c) 2010-2016 Google, Inc. http://angularjs.org | ||
@@ -4,0 +4,0 @@ License: MIT |
{ | ||
"name": "angular-message-format", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"main": "./angular-message-format.min.js", | ||
"ignore": [], | ||
"dependencies": { | ||
"angular": "1.5.5" | ||
"angular": "1.5.6" | ||
} | ||
} |
{ | ||
"name": "angular-message-format", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"description": "AngularJS module for plural and gender MessageFormat extensions $interpolate/interpolations", | ||
@@ -26,3 +26,10 @@ "main": "index.js", | ||
}, | ||
"homepage": "http://angularjs.org" | ||
"homepage": "http://angularjs.org", | ||
"jspm": { | ||
"shim": { | ||
"angular-message-format": { | ||
"deps": ["angular"] | ||
} | ||
} | ||
} | ||
} |
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
79433