aurelia-logging
Advanced tools
Comparing version 1.0.0-beta.1.1.0 to 1.0.0-beta.1.1.1
{ | ||
"name": "aurelia-logging", | ||
"version": "1.0.0-beta.1.1.0", | ||
"version": "1.0.0-beta.1.1.1", | ||
"description": "A minimal but effective logging mechanism with support for log levels and pluggable log appenders.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,1 +1,5 @@ | ||
## 1.0.0-beta.1.1.1 (2016-01-28) | ||
* fix package metadata for jspm | ||
## 1.0.0-beta.1.1.0 (2016-01-28) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "aurelia-logging", | ||
"version": "1.0.0-beta.1.1.0", | ||
"version": "1.0.0-beta.1.1.1", | ||
"description": "A minimal but effective logging mechanism with support for log levels and pluggable log appenders.", | ||
@@ -20,6 +20,10 @@ "keywords": [ | ||
}, | ||
"registry": "npm", | ||
"jspmPackage": true, | ||
"format": "cjs", | ||
"jspm": { | ||
"registry": "npm", | ||
"jspmPackage": true, | ||
"main": "aurelia-logging", | ||
"format": "amd", | ||
"directories": { | ||
"dist": "dist/amd" | ||
}, | ||
"devDependencies": { | ||
@@ -26,0 +30,0 @@ "babel": "babel-core@^5.1.13", |
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
149942